diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-03-23 01:48:06 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-03-23 01:48:06 +0000 |
commit | 9f8e7d984321cfd898dcf308339ac49d97743f3f (patch) | |
tree | 34d2afd0fe5127b959bd0c6659fde49d81a91ce1 /net/djbdns | |
parent | 985ca7425ef42b774026c54a8af5dfc9fc1bbff2 (diff) | |
download | pkgsrc-9f8e7d984321cfd898dcf308339ac49d97743f3f.tar.gz |
Remove package-specific workarounds for the glibc-vs-errno conflict.
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux
by default; if you were relying on that, set it explicitly.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index ff09e09588c..e091d028019 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/03/23 00:57:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.42 2005/03/23 01:48:06 schmonz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -37,11 +37,6 @@ GCC_REQD+= 3.0 INSTALLATION_DIRS= bin man man/man1 man/man5 man/man8 share/examples/djbdns -.include "../../mk/compiler.mk" -.if ${OPSYS} == "Linux" && !empty(CC_VERSION:Mgcc-*) -CFLAGS+= --include errno.h -.endif - .include "options.mk" post-install: |