Index: /branches/1.2/devel/darwin-x86-headers64/libc/C/populate.sh
===================================================================
--- /branches/1.2/devel/darwin-x86-headers64/libc/C/populate.sh	(revision 8134)
+++ /branches/1.2/devel/darwin-x86-headers64/libc/C/populate.sh	(revision 8135)
@@ -1,9 +1,9 @@
 #!/bin/sh
-SDK=/Developer/SDKs/MacOSX10.4u.sdk
+SDK=/Developer/SDKs/MacOSX10.5.sdk
 if [ $# -eq 1 ]
 then
 SDK=$1
 fi
-CFLAGS="-m64 -fobjc-abi-version=1 -Wno-endif-labels -isysroot ${SDK} -mmacosx-version-min=10.4";export CFLAGS
+CFLAGS="-m64 -fobjc-abi-version=1 -Wno-endif-labels -isysroot ${SDK} -mmacosx-version-min=10.4.8";export CFLAGS
 rm -rf usr Developer System
 h-to-ffi.sh ${SDK}/usr/include/ar.h
