[91380] trunk/dports/graphics/freeimage/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Mar 30 20:07:02 PDT 2012
Revision: 91380
https://trac.macports.org/changeset/91380
Author: ryandesign at macports.org
Date: 2012-03-30 20:07:02 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
freeimage: use more specific archflags
Modified Paths:
--------------
trunk/dports/graphics/freeimage/Portfile
Modified: trunk/dports/graphics/freeimage/Portfile
===================================================================
--- trunk/dports/graphics/freeimage/Portfile 2012-03-31 03:06:37 UTC (rev 91379)
+++ trunk/dports/graphics/freeimage/Portfile 2012-03-31 03:07:02 UTC (rev 91380)
@@ -63,8 +63,8 @@
build.args -f Makefile.gnu \
PREFIX=${prefix} \
VERLIBNAME=${VERLIBNAME} \
- CC="${configure.cc} ${configure.cflags} [get_canonical_archflags]" \
- CXX="${configure.cxx} ${configure.cxxflags} [get_canonical_archflags]" \
+ CC="${configure.cc} ${configure.cflags} [get_canonical_archflags cc]" \
+ CXX="${configure.cxx} ${configure.cxxflags} [get_canonical_archflags cxx]" \
LDFLAGS="${configure.ldflags}"
post-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/761d2943/attachment.html>
More information about the macports-changes
mailing list