[86214] trunk/dports/science/geos/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Oct 21 15:58:50 PDT 2011


Revision: 86214
          http://trac.macports.org/changeset/86214
Author:   ryandesign at macports.org
Date:     2011-10-21 15:58:49 -0700 (Fri, 21 Oct 2011)
Log Message:
-----------
geos: set configure.cxx to work around MacPorts base bug; see #30309

Modified Paths:
--------------
    trunk/dports/science/geos/Portfile

Modified: trunk/dports/science/geos/Portfile
===================================================================
--- trunk/dports/science/geos/Portfile	2011-10-21 22:25:57 UTC (rev 86213)
+++ trunk/dports/science/geos/Portfile	2011-10-21 22:58:49 UTC (rev 86214)
@@ -28,6 +28,8 @@
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
         configure.compiler apple-gcc-4.2
+        # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
+        configure.cxx ${prefix}/bin/g++-apple-4.2
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111021/8519eb72/attachment.html>


More information about the macports-changes mailing list