summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2016-07-08 21:23:57 +0000
committersevan <sevan@pkgsrc.org>2016-07-08 21:23:57 +0000
commit4949cb5550cba3a2bcb549d3b2b2416efd1790c4 (patch)
tree798227bec1e9a17a46caefbce86f8d0973d3178f
parent75c78eefc796fbd519ba0ceb26f1425fbf586f11 (diff)
downloadpkgsrc-4949cb5550cba3a2bcb549d3b2b2416efd1790c4.tar.gz
Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versions rather than just 10.7 or newer.
There is no good reason to opt for the builtin on the legacy release prior as they're unmaintained.
-rw-r--r--mk/platform/Darwin.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 72460df5163..76332c0323b 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.81 2016/03/11 22:04:34 fhajny Exp $
+# $NetBSD: Darwin.mk,v 1.82 2016/07/08 21:23:57 sevan Exp $
#
# Variable definitions for the Darwin operating system.
@@ -136,9 +136,7 @@ USE_BUILTIN.dl= no # Darwin-[56].* uses devel/dlcompat
_OPSYS_PREFER.libuuid?= native # system headers assume uuid_string_t
_OPSYS_PREFER.linux-pam?= native
_OPSYS_PREFER.mit-krb5?= native
-.if ${OS_VERSION:R} >= 11
_OPSYS_PREFER.openssl?= pkgsrc # builtin deprecated from 10.7 onwards
-.endif
# Remove common GNU ld arguments incompatible with the Darwin linker.
BUILDLINK_TRANSFORM+= rm:-Wl,-O1