summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2014-02-12 23:19:49 +0000
committertron <tron>2014-02-12 23:19:49 +0000
commit0c853ae3efc680da401e6697e23299000bcbc8f2 (patch)
tree93573472d811d67bb63f76664e6cb27ace8a5c49
parentb96ce1d2194087c1493289f247bacfbc70d9d0cc (diff)
downloadpkgsrc-0c853ae3efc680da401e6697e23299000bcbc8f2.tar.gz
Remove work-around for OpenSSL 0.9.9 snapshot distributed with NetBSD 5.*.
-rw-r--r--mail/fetchmail/options.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk
index 2665f12d758..fc59bf78185 100644
--- a/mail/fetchmail/options.mk
+++ b/mail/fetchmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2012/11/04 23:06:23 tron Exp $
+# $NetBSD: options.mk,v 1.17 2014/02/12 23:19:49 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
PKG_SUPPORTED_OPTIONS= kerberos4 kerberos gssapi ssl
@@ -46,13 +46,6 @@ CONFIGURE_ARGS+= --with-kerberos5=no
### Support POP3 and IMAP over SSL.
###
.if !empty(PKG_OPTIONS:Mssl)
-. if !empty(MACHINE_PLATFORM:MNetBSD-[1-5].*-*)
-# "fetchmail" requires the "SSL_CTX_clear_options" library function which
-# was added in OpenSSL 0.9.8m. NetBSD 5.* ships with a snapshot that
-# claims to be OpenSSL 0.9.9 but doesn't provide this function. Force
-# the use of the "openssl" package to fix the build.
-USE_BUILTIN.openssl= no
-. endif
. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
.else