[116654] trunk/dports/net/dnsmasq/Portfile

snc at macports.org snc at macports.org
Sat Feb 1 11:35:02 PST 2014


Revision: 116654
          https://trac.macports.org/changeset/116654
Author:   snc at macports.org
Date:     2014-02-01 11:35:02 -0800 (Sat, 01 Feb 2014)
Log Message:
-----------
dnsmasq: fix build args, fixes #42349

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

Modified: trunk/dports/net/dnsmasq/Portfile
===================================================================
--- trunk/dports/net/dnsmasq/Portfile	2014-02-01 19:09:09 UTC (rev 116653)
+++ trunk/dports/net/dnsmasq/Portfile	2014-02-01 19:35:02 UTC (rev 116654)
@@ -49,7 +49,7 @@
 variant universal {}
 
 build.env-append    CC="${configure.cc} [get_canonical_archflags]"
-build.args-append   -DNO_DHCP -DNO_TFTP -DNO_IPV6
+build.args-append   COPTS="-DNO_DHCP -DNO_TFTP -DNO_IPV6"
 
 destroot.args       PREFIX=${prefix}
 destroot.keepdirs   ${destroot}${prefix}/var/run/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140201/e9831e87/attachment.html>


More information about the macports-changes mailing list