[93467] trunk/dports/net/bind9/Portfile

dluke at macports.org dluke at macports.org
Wed May 23 08:19:25 PDT 2012


Revision: 93467
          https://trac.macports.org/changeset/93467
Author:   dluke at macports.org
Date:     2012-05-23 08:19:22 -0700 (Wed, 23 May 2012)
Log Message:
-----------
bind9: attempt to fix build on 10.4 (see #31688)

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

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2012-05-23 14:52:23 UTC (rev 93466)
+++ trunk/dports/net/bind9/Portfile	2012-05-23 15:19:22 UTC (rev 93467)
@@ -52,6 +52,11 @@
 				--enable-threads \
 				--enable-ipv6
 
+platform darwin 8 {
+	configure.args-append --with-dlopen=no \
+				--with-gssapi=no
+}
+
 platform darwin 9 {
 	configure.args-append --with-dlopen=no
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/be657cc1/attachment.html>


More information about the macports-changes mailing list