summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-04-17 08:22:30 +0000
committerjperkin <jperkin>2015-04-17 08:22:30 +0000
commite4097a93a6a795385b729a91aa8ede37431a649f (patch)
tree19819bef9b2f9c00c885d32f945d46f05a3a6465 /mk
parent9e389b1595d5793a284220df3fa3a696e2a63d65 (diff)
downloadpkgsrc-e4097a93a6a795385b729a91aa8ede37431a649f.tar.gz
Default to the native getopt when available.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index 8c8fff494bd..d36174ca386 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.64 2015/04/17 08:21:01 jperkin Exp $
+# $NetBSD: SunOS.mk,v 1.65 2015/04/17 08:22:30 jperkin Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -47,6 +47,7 @@ INIT_SYSTEM?= smf
KRB5_DEFAULT?= mit-krb5
# Builtin defaults which make sense for this platform.
+_OPSYS_PREFER.getopt?= native
_OPSYS_PREFER.libexecinfo?= native
_OPSYS_PREFER.openssl?= pkgsrc
_OPSYS_PREFER.solaris-pam?= native