[42303] trunk/dports/lang/python26/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Tue Nov 18 12:36:23 PST 2008


Revision: 42303
          http://trac.macports.org/changeset/42303
Author:   mcalhoun at macports.org
Date:     2008-11-18 12:36:22 -0800 (Tue, 18 Nov 2008)
Log Message:
-----------
python26: The --with-cxx flag was added in r15412 in an attempt, apparently, to ensure the correct c++ compiler was used.
The function of the flag was to "compile main() and link python executable with C++ compiler."
--with-cxx has been replaced with --with-cxx-main.

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

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2008-11-18 18:51:47 UTC (rev 42302)
+++ trunk/dports/lang/python26/Portfile	2008-11-18 20:36:22 UTC (rev 42303)
@@ -110,11 +110,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/20081118/669507a0/attachment.html>


More information about the macports-changes mailing list