pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Default to the native getopt when available.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9da035a284f1
branches:  trunk
changeset: 650078:9da035a284f1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Apr 17 08:22:30 2015 +0000

description:
Default to the native getopt when available.

diffstat:

 mk/platform/SunOS.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 05dac423153a -r 9da035a284f1 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Fri Apr 17 08:21:01 2015 +0000
+++ b/mk/platform/SunOS.mk      Fri Apr 17 08:22:30 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index