[56585] trunk/dports/lang/python24/files

jmr at macports.org jmr at macports.org
Sun Aug 30 09:27:48 PDT 2009


Revision: 56585
          http://trac.macports.org/changeset/56585
Author:   jmr at macports.org
Date:     2009-08-30 09:27:48 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
python24: commit missing patches

Added Paths:
-----------
    trunk/dports/lang/python24/files/patch-configure-arch_only.diff
    trunk/dports/lang/python24/files/patch-configure-badcflags.diff

Added: trunk/dports/lang/python24/files/patch-configure-arch_only.diff
===================================================================
--- trunk/dports/lang/python24/files/patch-configure-arch_only.diff	                        (rev 0)
+++ trunk/dports/lang/python24/files/patch-configure-arch_only.diff	2009-08-30 16:27:48 UTC (rev 56585)
@@ -0,0 +1,20 @@
+--- configure.orig	2009-08-31 01:54:27.000000000 +1000
++++ configure	2009-08-31 01:55:24.000000000 +1000
+@@ -10321,7 +10321,7 @@
+   Darwin/[01234567].*)
+     LIBTOOL_CRUFT="-framework System -lcc_dynamic"
+     if test -z "${enable_universalsdk}"; then
+-	    LIBTOOL_CRUFT="${LIBTOOL_CRUFT} -arch_only `arch`"
++	    LIBTOOL_CRUFT="${LIBTOOL_CRUFT}"
+     fi
+     LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
+     LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';;
+@@ -10333,7 +10333,7 @@
+         else
+             LIBTOOL_CRUFT=""
+     fi
+-    LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -lSystem -lSystemStubs -arch_only '`/usr/bin/arch`
++    LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -lSystem -lSystemStubs'
+     LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
+     LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';;
+ esac

Added: trunk/dports/lang/python24/files/patch-configure-badcflags.diff
===================================================================
--- trunk/dports/lang/python24/files/patch-configure-badcflags.diff	                        (rev 0)
+++ trunk/dports/lang/python24/files/patch-configure-badcflags.diff	2009-08-30 16:27:48 UTC (rev 56585)
@@ -0,0 +1,14 @@
+--- configure.orig	2009-08-31 01:29:04.000000000 +1000
++++ configure	2009-08-31 01:30:05.000000000 +1000
+@@ -3909,9 +3909,9 @@
+ 	Darwin*)
+ 	    if [[ `/usr/bin/arch` = 'ppc' ]]
+         then
+-          BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common"
++          BASECFLAGS="$BASECFLAGS -mno-fused-madd -fno-common"
+         else
+-          BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -fno-common"
++          BASECFLAGS="$BASECFLAGS -fno-common"
+         fi
+ 	    if test "${enable_universalsdk}"; then
+ 		BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090830/8bd101a5/attachment.html>


More information about the macports-changes mailing list