[128928] trunk/dports/devel/libtool/Portfile

larryv at macports.org larryv at macports.org
Sat Nov 29 22:03:32 PST 2014


Revision: 128928
          https://trac.macports.org/changeset/128928
Author:   larryv at macports.org
Date:     2014-11-29 22:03:32 -0800 (Sat, 29 Nov 2014)
Log Message:
-----------
libtool: Set dummy vars in env rather than args

Personal preference.

Modified Paths:
--------------
    trunk/dports/devel/libtool/Portfile

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2014-11-30 06:03:27 UTC (rev 128927)
+++ trunk/dports/devel/libtool/Portfile	2014-11-30 06:03:32 UTC (rev 128928)
@@ -54,11 +54,12 @@
                     SED=/usr/bin/sed
 }
 # Don't look for broken compilers (#23684, #32321).
-configure.args      FC=no \
-                    F77=no \
-                    GCJ=no \
-                    --program-prefix=g
+configure.env-append    GCJ=no
+configure.fc            no
+configure.f77           no
 
+configure.args      --program-prefix=g
+
 post-destroot {
     set gnubin ${prefix}/libexec/gnubin
     xinstall -d ${destroot}${gnubin}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141129/6bebbef2/attachment.html>


More information about the macports-changes mailing list