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

larryv at macports.org larryv at macports.org
Wed Mar 18 14:04:18 PDT 2015


Revision: 134122
          https://trac.macports.org/changeset/134122
Author:   larryv at macports.org
Date:     2015-03-18 14:04:18 -0700 (Wed, 18 Mar 2015)
Log Message:
-----------
lparse: Fix universal build (#40940)

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

Modified: trunk/dports/science/lparse/Portfile
===================================================================
--- trunk/dports/science/lparse/Portfile	2015-03-18 21:04:15 UTC (rev 134121)
+++ trunk/dports/science/lparse/Portfile	2015-03-18 21:04:18 UTC (rev 134122)
@@ -42,6 +42,9 @@
 # Not a typo; the build system basically thinks it's using a C compiler.
 configure.args     {CC="$CXX"}
 
+# configure doesn't recognize `--disable-dependency-tracking` (#40940).
+configure.universal_args
+
 build.target        lparse
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150318/4bd4d7eb/attachment.html>


More information about the macports-changes mailing list