Ticket #35429: patch-boehmgc-MoutainLion.diff
File patch-boehmgc-MoutainLion.diff, 1.2 KB (added by kimuraw (kimura wataru), 12 years ago) |
---|
-
boehmgc/files/patch-misc.c.diff
1 --- misc.c.orig 2012-07-31 21:33:45.000000000 +0900 2 +++ misc.c 2012-07-31 21:34:09.000000000 +0900 3 @@ -283,7 +283,7 @@ 4 /* not static because it could also be errorneously defined in .S */ 5 /* file, so this error would be caught by the linker. */ 6 /*ARGSUSED*/ 7 - void * GC_clear_stack_inner(void *arg, ptr_t limit) 8 + void * GC_clear_stack_inner(void *arg, volatile ptr_t limit) 9 { 10 word dummy[CLEAR_SIZE]; 11 -
boehmgc/Portfile
6 6 name boehmgc 7 7 conflicts boehmgc-devel 8 8 version 7.2c 9 revision 1 9 10 categories devel 10 11 license Permissive 11 12 maintainers waqar openmaintainer … … 31 32 32 33 configure.cppflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE 33 34 35 patchfiles patch-misc.c.diff 36 34 37 variant redirect { 35 38 configure.args-append --enable-redirect-malloc 36 39 }