[101561] trunk/dports/net/wget/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 15:29:04 PST 2013


Revision: 101561
          https://trac.macports.org/changeset/101561
Author:   ryandesign at macports.org
Date:     2013-01-13 15:29:04 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
wget: ensure that libuuid doesn't get used even if the ossp-uuid port is installed (#37625)

Modified Paths:
--------------
    trunk/dports/net/wget/Portfile

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2013-01-13 23:28:11 UTC (rev 101560)
+++ trunk/dports/net/wget/Portfile	2013-01-13 23:29:04 UTC (rev 101561)
@@ -7,7 +7,7 @@
 
 name                    wget
 version                 1.14
-revision                1
+revision                2
 categories              net www
 maintainers             ryandesign
 license                 GPL-3+
@@ -47,6 +47,9 @@
 # So that +universal can use gettext and openssl on Tiger; see #18276.
 configure.ldflags-append        -liconv -lintl
 
+# Ensure libuuid doesn't get used even if the ossp-uuid port is installed.
+configure.args-append       ac_cv_header_uuid_uuid_h=no
+
 pre-test {
     if {![variant_isset test]} {
         ui_error "To run the tests, you must select the +test variant."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/246ca29c/attachment.html>


More information about the macports-changes mailing list