[109631] trunk/dports/sysutils/logrotate/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 18 17:55:25 PDT 2013


Revision: 109631
          https://trac.macports.org/changeset/109631
Author:   ryandesign at macports.org
Date:     2013-08-18 17:55:25 -0700 (Sun, 18 Aug 2013)
Log Message:
-----------
logrotate: be explicit about what tool we're getting archflags for; cpp does not use archflags

Modified Paths:
--------------
    trunk/dports/sysutils/logrotate/Portfile

Modified: trunk/dports/sysutils/logrotate/Portfile
===================================================================
--- trunk/dports/sysutils/logrotate/Portfile	2013-08-19 00:51:24 UTC (rev 109630)
+++ trunk/dports/sysutils/logrotate/Portfile	2013-08-19 00:55:25 UTC (rev 109631)
@@ -53,9 +53,9 @@
 
 variant universal {}
 
-build.env-append    CC="${configure.cc} [get_canonical_archflags]" \
-                    CXX="${configure.cxx} [get_canonical_archflags]" \
-                    CPP="${configure.cpp} [get_canonical_archflags]" \
+build.env-append    CC="${configure.cc} [get_canonical_archflags cc]" \
+                    CXX="${configure.cxx} [get_canonical_archflags cxx]" \
+                    CPP="${configure.cpp}" \
                     BASEDIR="${prefix}" \
                     POPT_DIR="${prefix}" \
                     STATEFILE="${prefix}/var/run/logrotate/logrotate.status" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130818/9485d4bc/attachment.html>


More information about the macports-changes mailing list