Revision
86738
Author
raphael@macports.org
Date
2011-11-02 10:09:09 -0700 (Wed, 02 Nov 2011)

Log Message

asymptote: set configure.cxx for apple-gcc-4.2, see #31759 (maintainer timeout)

Modified Paths

Diff

Modified: trunk/dports/graphics/asymptote/Portfile (86737 => 86738)


--- trunk/dports/graphics/asymptote/Portfile	2011-11-02 17:04:10 UTC (rev 86737)
+++ trunk/dports/graphics/asymptote/Portfile	2011-11-02 17:09:09 UTC (rev 86738)
@@ -40,6 +40,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
     }
 }