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 /mail/qmail | |
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 'mail/qmail')
-rw-r--r-- | mail/qmail/options.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk index 6379f781e7a..ee2300194b4 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -1,13 +1,9 @@ -# $NetBSD: options.mk,v 1.7 2005/01/26 03:48:21 schmonz Exp $ +# $NetBSD: options.mk,v 1.8 2005/03/23 01:48:06 schmonz Exp $ .if ${OPSYS} == "Darwin" PKG_DEFAULT_OPTIONS+= darwin .endif -.if ${OPSYS} == "Linux" -PKG_DEFAULT_OPTIONS+= netqmail # for the errno patches -.endif - PKG_OPTIONS_VAR= PKG_OPTIONS.qmail PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin nullenvsender netqmail PKG_SUPPORTED_OPTIONS+= outgoingip qregex realrcptto sasl syncdir tls viruscan |