asymptote: set configure.cxx for apple-gcc-4.2, see #31759 (maintainer timeout)
--- 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
}
}