[134118] trunk/dports/science/lparse/Portfile

larryv at macports.org larryv at macports.org
Wed Mar 18 13:58:57 PDT 2015


Revision: 134118
          https://trac.macports.org/changeset/134118
Author:   larryv at macports.org
Date:     2015-03-18 13:58:57 -0700 (Wed, 18 Mar 2015)
Log Message:
-----------
lparse: Use the right compiler (#47196)

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

Modified: trunk/dports/science/lparse/Portfile
===================================================================
--- trunk/dports/science/lparse/Portfile	2015-03-18 20:58:55 UTC (rev 134117)
+++ trunk/dports/science/lparse/Portfile	2015-03-18 20:58:57 UTC (rev 134118)
@@ -34,6 +34,9 @@
 # this configure argument is only used for installing
 configure.pre_args  --prefix=${destroot}${prefix}/bin
 
+# Not a typo; the build system basically thinks it's using a C compiler.
+configure.args     {CC="$CXX"}
+
 build.target        lparse
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150318/d5a5afe5/attachment.html>


More information about the macports-changes mailing list