Ticket #29336: fix-universal.diff
File fix-universal.diff, 1011 bytes (added by dcolish@…, 14 years ago) |
---|
-
files/patch-src-Utility-macros.hh.diff
1 --- src/Utility/macros.hh 2010-03-01 17:19:28.000000000 -0800 2 +++ src/Utility/macros.hh 2011-05-02 10:32:57.000000000 -0700 3 @@ -116,7 +116,7 @@ 4 #ifdef INT64_MIN 5 #undef INT64_MIN 6 #endif 7 -#if SIZEOF_LONG == 8 8 +#if SIZEOF_LONG == 8 && !__APPLE__ 9 typedef long Int64; 10 #define INT64_MAX (9223372036854775807L) 11 #else -
Portfile
34 34 port:libsigsegv \ 35 35 port:buddy 36 36 37 patchfiles patch-src-Mixfix-Makefile.in.diff 37 patchfiles patch-src-Mixfix-Makefile.in.diff \ 38 patch-src-Utility-macros.hh.diff 38 39 39 40 configure.args --without-tecla 40 41