[56578] trunk/dports/lang/python25/Portfile

jmr at macports.org jmr at macports.org
Sun Aug 30 07:09:59 PDT 2009


Revision: 56578
          http://trac.macports.org/changeset/56578
Author:   jmr at macports.org
Date:     2009-08-30 07:09:54 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
python25: use the right cxx everywhere

Modified Paths:
--------------
    trunk/dports/lang/python25/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2009-08-30 11:53:50 UTC (rev 56577)
+++ trunk/dports/lang/python25/Portfile	2009-08-30 14:09:54 UTC (rev 56578)
@@ -39,7 +39,8 @@
 configure.args          --enable-shared \
                         --enable-framework=${frameworks_dir} \
                         --mandir=${prefix}/share/man \
-                        --enable-ipv6
+                        --enable-ipv6 \
+                        --with-cxx=${configure.cxx}
 
 use_parallel_build      no
 
@@ -151,11 +152,6 @@
         configure.ldflags-append "-lcc_dynamic"
 }
 
-platform darwin 8 {
-        # TODO: would configure.compiler be more appropriate?
-        configure.args-append           --with-cxx=/usr/bin/g++-4.0
-}
-
 platform darwin 9 {
         configure.cppflags-append       -D__DARWIN_UNIX03
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090830/c5c38012/attachment.html>


More information about the macports-changes mailing list