From 64ffaf0ee750d65f53f30ce96de058d23170af8c Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Wed, 15 Jul 2009 18:06:17 +0000 Subject: [PATCH] drop: macro definition -D_POSIX_SOURCE as it is not needed SVN: 11770 --- base/source/c/compile_macosx_i386.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/source/c/compile_macosx_i386.sh b/base/source/c/compile_macosx_i386.sh index b4273d54de6..8fdf2c7acf7 100755 --- a/base/source/c/compile_macosx_i386.sh +++ b/base/source/c/compile_macosx_i386.sh @@ -1,6 +1,6 @@ #! /bin/bash -gcc -bundle -O3 -D_POSIX_C_SOURCE unix.c -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -o libunix.jnilib +gcc -bundle -O3 unix.c -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -o libunix.jnilib # MACHINE_BYTE_ORDER=1 corresponds to 'little endian' gcc -bundle -O3 -DMACHINE_BYTE_ORDER=1 copy*.c -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -o libnativedata.jnilib -- GitLab