[100252] trunk/dports/devel/pkgconfig/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Dec 5 17:28:12 PST 2012
Revision: 100252
https://trac.macports.org/changeset/100252
Author: ryandesign at macports.org
Date: 2012-12-05 17:28:12 -0800 (Wed, 05 Dec 2012)
Log Message:
-----------
pkgconfig: disable silent rules
Modified Paths:
--------------
trunk/dports/devel/pkgconfig/Portfile
Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile 2012-12-05 21:25:16 UTC (rev 100251)
+++ trunk/dports/devel/pkgconfig/Portfile 2012-12-06 01:28:12 UTC (rev 100252)
@@ -32,7 +32,8 @@
set docdir ${prefix}/share/doc/${name}
-configure.args --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig \
+configure.args --disable-silent-rules \
+ --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig \
--with-internal-glib \
--docdir=${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121205/7c965152/attachment-0001.html>
More information about the macports-changes
mailing list