[82456] trunk/dports/lang/nawk/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Aug 13 23:10:29 PDT 2011
Revision: 82456
http://trac.macports.org/changeset/82456
Author: ryandesign at macports.org
Date: 2011-08-13 23:10:29 -0700 (Sat, 13 Aug 2011)
Log Message:
-----------
nawk: fix universal variant; see #29847
Modified Paths:
--------------
trunk/dports/lang/nawk/Portfile
Modified: trunk/dports/lang/nawk/Portfile
===================================================================
--- trunk/dports/lang/nawk/Portfile 2011-08-14 06:09:49 UTC (rev 82455)
+++ trunk/dports/lang/nawk/Portfile 2011-08-14 06:10:29 UTC (rev 82456)
@@ -3,6 +3,7 @@
PortSystem 1.0
name nawk
version 20110810
+revision 1
categories lang
maintainers toby
description the one true awk
@@ -22,7 +23,7 @@
patchfiles patch-makefile patch-run.c
configure {
- reinplace s|__CFLAGS__|${configure.cflags}| ${worksrcpath}/makefile
+ reinplace s|__CFLAGS__|[get_canonical_archflags]| ${worksrcpath}/makefile
reinplace s|__CC__|${configure.cc}| ${worksrcpath}/makefile
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110813/3ee92d85/attachment.html>
More information about the macports-changes
mailing list