Revision: 81598 http://trac.macports.org/changeset/81598 Author: dluke@macports.org Date: 2011-08-02 11:31:46 -0700 (Tue, 02 Aug 2011) Log Message: ----------- bind9: add patch to fix build on lion (#30284) Modified Paths: -------------- trunk/dports/net/bind9/Portfile Added Paths: ----------- trunk/dports/net/bind9/files/patch-lib-isc-unix-include-isc-net.h Modified: trunk/dports/net/bind9/Portfile =================================================================== --- trunk/dports/net/bind9/Portfile 2011-08-02 17:52:16 UTC (rev 81597) +++ trunk/dports/net/bind9/Portfile 2011-08-02 18:31:46 UTC (rev 81598) @@ -52,6 +52,8 @@ --enable-threads \ --enable-ipv6 +patchfiles patch-lib-isc-unix-include-isc-net.h + post-destroot { # Ensure needed directories xinstall -m 755 -d \ Added: trunk/dports/net/bind9/files/patch-lib-isc-unix-include-isc-net.h =================================================================== --- trunk/dports/net/bind9/files/patch-lib-isc-unix-include-isc-net.h (rev 0) +++ trunk/dports/net/bind9/files/patch-lib-isc-unix-include-isc-net.h 2011-08-02 18:31:46 UTC (rev 81598) @@ -0,0 +1,10 @@ +--- lib/isc/unix/include/isc/net.h.orig 2011-08-02 12:34:03.000000000 +0300 ++++ lib/isc/unix/include/isc/net.h 2011-08-02 12:33:09.000000000 +0300 +@@ -17,6 +17,7 @@ + + /* $Id: net.h,v 1.50 2008-12-01 04:14:54 marka Exp $ */ + ++#define __APPLE_USE_RFC_2292 + #ifndef ISC_NET_H + #define ISC_NET_H 1 +
participants (1)
-
dluke@macports.org