You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
14 lines
532 B
Diff
14 lines
532 B
Diff
--- src/Module/berkeleydb.c.orig 2022-09-27 13:00:35.000000000 -0400
|
|
+++ src/Module/berkeleydb.c 2022-09-27 13:00:59.000000000 -0400
|
|
@@ -104,10 +104,6 @@
|
|
* check https://www.pixelbeat.org/programming/gcc/static_assert.html
|
|
* for ideas.
|
|
*/
|
|
-static_assert(sizeof(db_recno_t) == sizeof(u_int32_t),
|
|
- "Datatypes assumptions violated!");
|
|
-static_assert(sizeof(uint32_t) == sizeof(int),
|
|
- "Datatypes assumptions violated!");
|
|
|
|
|
|
/* --------------------------------------------------------------------- */
|