[81155] trunk/dports/textproc/libiconv/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 25 22:46:32 PDT 2011


Revision: 81155
          http://trac.macports.org/changeset/81155
Author:   ryandesign at macports.org
Date:     2011-07-25 22:46:30 -0700 (Mon, 25 Jul 2011)
Log Message:
-----------
libiconv: use system versions of awk, grep, and sed, even if MacPorts versions are installed; see #30308

Modified Paths:
--------------
    trunk/dports/textproc/libiconv/Portfile

Modified: trunk/dports/textproc/libiconv/Portfile
===================================================================
--- trunk/dports/textproc/libiconv/Portfile	2011-07-26 05:12:20 UTC (rev 81154)
+++ trunk/dports/textproc/libiconv/Portfile	2011-07-26 05:46:30 UTC (rev 81155)
@@ -48,6 +48,9 @@
 configure.cppflags
 configure.ldflags
 configure.args \
+    ac_cv_prog_AWK=/usr/bin/awk \
+    ac_cv_path_GREP=/usr/bin/grep \
+    ac_cv_path_SED=/usr/bin/sed \
     --enable-static \
     --docdir=${prefix}/share/doc/${name} \
     --without-libiconv-prefix \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/07a45af6/attachment.html>


More information about the macports-changes mailing list