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

dluke at macports.org dluke at macports.org
Thu Sep 1 11:10:31 PDT 2011


Revision: 83453
          http://trac.macports.org/changeset/83453
Author:   dluke at macports.org
Date:     2011-09-01 11:10:30 -0700 (Thu, 01 Sep 2011)
Log Message:
-----------
bind9: add fix for building on 10.5 (don't try to build the 'dlopen' dlz driver)

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

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2011-09-01 17:07:18 UTC (rev 83452)
+++ trunk/dports/net/bind9/Portfile	2011-09-01 18:10:30 UTC (rev 83453)
@@ -54,6 +54,10 @@
 
 patchfiles	patch-lib-isc-unix-include-isc-net.h
 
+platform darwin 9 {
+	configure.args-append --with-dlopen=no
+}
+
 post-destroot	{
 	# Ensure needed directories
 	xinstall -m 755 -d \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110901/3d031070/attachment-0001.html>


More information about the macports-changes mailing list