diff options
author | billf <billf@FreeBSD.org> | 1999-11-13 02:27:03 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-13 02:27:03 +0800 |
commit | bfa38c02025758e55357f0ed996c5b73376da640 (patch) | |
tree | 260d400fe1bb0a592a36cfd0480f9b42336924ef /net/bind8 | |
parent | 89a270d8282f45c62939c0841e7ebd86f68f0472 (diff) | |
download | freebsd-ports-gnome-bfa38c02025758e55357f0ed996c5b73376da640.tar.gz freebsd-ports-gnome-bfa38c02025758e55357f0ed996c5b73376da640.tar.zst freebsd-ports-gnome-bfa38c02025758e55357f0ed996c5b73376da640.zip |
Respect CFLAGS
Approved by: jseger (maintainer)
Diffstat (limited to 'net/bind8')
-rw-r--r-- | net/bind8/files/patch-aa | 2 | ||||
-rw-r--r-- | net/bind8/files/patch-ac | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa index f52abb9e8392..d59bc37faa83 100644 --- a/net/bind8/files/patch-aa +++ b/net/bind8/files/patch-aa @@ -9,7 +9,7 @@ -'DESTMAN=/usr/share/man' -'DESTHELP=/usr/share/misc' -'DESTETC=/etc' -+'CDEBUG=-O2' ++'CDEBUG=${CFLAGS}' +'DESTBIN=${PREFIX}/bin' +'DESTSBIN=${PREFIX}/sbin' +'DESTEXEC=${PREFIX}/libexec' diff --git a/net/bind8/files/patch-ac b/net/bind8/files/patch-ac new file mode 100644 index 000000000000..bffd410f9de3 --- /dev/null +++ b/net/bind8/files/patch-ac @@ -0,0 +1,11 @@ +--- src/bin/Makefile.old Thu Nov 11 00:27:59 1999 ++++ src/bin/Makefile Thu Nov 11 00:28:10 1999 +@@ -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} + + SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \ + mkservdb irpd dnskeygen named-bootconf |