[71193] trunk/dports/databases/fastdb/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 3 16:55:02 PDT 2010


Revision: 71193
          http://trac.macports.org/changeset/71193
Author:   ryandesign at macports.org
Date:     2010-09-03 16:55:01 -0700 (Fri, 03 Sep 2010)
Log Message:
-----------
fastdb: ensure we're UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/databases/fastdb/Portfile

Modified: trunk/dports/databases/fastdb/Portfile
===================================================================
--- trunk/dports/databases/fastdb/Portfile	2010-09-03 23:48:40 UTC (rev 71192)
+++ trunk/dports/databases/fastdb/Portfile	2010-09-03 23:55:01 UTC (rev 71193)
@@ -24,9 +24,12 @@
 
 use_configure       no
 
-build.args          -f makefile.osx PREFIX=${prefix}
+build.args          -f makefile.osx \
+                    PREFIX=${prefix} \
+                    CC="${configure.cxx}"
 
-destroot.destdir    -f makefile.osx PREFIX=${destroot}${prefix}
+destroot.destdir    -f makefile.osx \
+                    PREFIX=${destroot}${prefix}
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100903/d8b37aef/attachment.html>


More information about the macports-changes mailing list