diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 12:40:51 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 12:40:51 +0000 |
commit | 9ed57ea3339ebbefd9bd22052c4e1bf6849bdd0f (patch) | |
tree | a1a3da9f19fd6b6ebea01281fa46046b79024468 /net/bind84/files/patch-ac | |
parent | Update to 2.042 (diff) |
New port for BIND 8.4.0, copied from the existing bind port,
with minor modifications.
Notes
Notes:
svn path=/head/; revision=82449
Diffstat (limited to 'net/bind84/files/patch-ac')
-rw-r--r-- | net/bind84/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bind84/files/patch-ac b/net/bind84/files/patch-ac new file mode 100644 index 000000000000..b348758fbcd4 --- /dev/null +++ b/net/bind84/files/patch-ac @@ -0,0 +1,11 @@ +--- src/bin/Makefile.orig Sat Dec 23 00:02:48 2000 ++++ src/bin/Makefile Mon Jan 29 14:11:13 2001 +@@ -58,7 +58,7 @@ + "VER=${VER}" "STRIP=${STRIP}" "PS=${PS}" "INSTALL_LIB=${INSTALL_LIB}" \ + "INSTALL_EXEC=${INSTALL_EXEC}" "BOUNDS=${BOUNDS}" + +-CFLAGS= ${CDEBUG} ++#CFLAGS= ${CDEBUG} + CPPFLAGS= -I${PORTINCL} -I${INCL} + + SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \ |