summaryrefslogtreecommitdiff
path: root/mk
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
commit9905f908118dd3f08250cf85ed95803fec342373 (patch)
treea874ec1656d8b8821c2fd4493c509d32d9c13a95 /mk
parentd5da4eec7c38fcf39933313ee59c906aaba1a443 (diff)
downloadpkgsrc-9905f908118dd3f08250cf85ed95803fec342373.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.
Diffstat (limited to 'mk')
-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