Revision: 10073 http://pure-data.svn.sourceforge.net/pure-data/?rev=10073&view=rev Author: eighthave Date: 2008-06-23 04:34:36 -0700 (Mon, 23 Jun 2008)
Log Message: ----------- removed flags to build as universal, since the rest of the app is not universal yet, also it might be causing some slowdown issues
Modified Paths: -------------- branches/pd-extended/v0-40/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
Modified: branches/pd-extended/v0-40/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh =================================================================== --- branches/pd-extended/v0-40/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh 2008-06-23 11:09:27 UTC (rev 10072) +++ branches/pd-extended/v0-40/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh 2008-06-23 11:34:36 UTC (rev 10073) @@ -28,8 +28,8 @@ 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 ;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.