[81158] trunk/dports/devel/gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 25 23:00:32 PDT 2011


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

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

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2011-07-26 05:59:04 UTC (rev 81157)
+++ trunk/dports/devel/gettext/Portfile	2011-07-26 06:00:32 UTC (rev 81158)
@@ -29,7 +29,10 @@
 
 configure.cppflags      -no-cpp-precomp
 
-configure.args          --disable-csharp \
+configure.args          ac_cv_prog_AWK=/usr/bin/awk \
+                        ac_cv_path_GREP=/usr/bin/grep \
+                        ac_cv_path_SED=/usr/bin/sed \
+                        --disable-csharp \
                         --disable-native-java \
                         --without-emacs \
                         --with-included-gettext \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/fac537c6/attachment.html>


More information about the macports-changes mailing list