aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-14 17:41:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-14 17:41:19 +0000
commit8e4cc7c19066c82a091dc66bd8ce79bce16e830d (patch)
treefa125c2ca08ed43f3cd10408039e6e65f57cd803 /scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
parent5466d3284b7a2685c1e0d120b47b3fe2ecd550b5 (diff)
merged in changes from the v0-40 pd-extended release branch
svn path=/trunk/; revision=10244
Diffstat (limited to 'scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh')
-rwxr-xr-xscripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
index c0f0d572..64b3c158 100755
--- a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
+++ b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
@@ -28,8 +28,8 @@ case $SYSTEM in
BUILD_DIR=macosx
echo "Configuring to use $BUILD_DIR on Darwin/Mac OS X"
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
- export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
- -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
+# export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
+# -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
make -C tcl/${BUILD_DIR} deploy
make -C tk/${BUILD_DIR} deploy
;;