diff options
Diffstat (limited to 'dns/bind8/files/patch-ac')
-rw-r--r-- | dns/bind8/files/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dns/bind8/files/patch-ac b/dns/bind8/files/patch-ac index bffd410..b348758 100644 --- a/dns/bind8/files/patch-ac +++ b/dns/bind8/files/patch-ac @@ -1,11 +1,11 @@ ---- src/bin/Makefile.old Thu Nov 11 00:27:59 1999 -+++ src/bin/Makefile Thu Nov 11 00:28:10 1999 +--- 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} -I${PORTINCL} -I${INCL} -+CFLAGS+= -I${PORTINCL} -I${INCL} +-CFLAGS= ${CDEBUG} ++#CFLAGS= ${CDEBUG} + CPPFLAGS= -I${PORTINCL} -I${INCL} SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \ - mkservdb irpd dnskeygen named-bootconf |