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 using the native version of lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb0be3e8906e
branches:  trunk
changeset: 621727:cb0be3e8906e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 15 12:06:45 2013 +0000

description:
Default to using the native version of libexecinfo on SunOS.

diffstat:

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

diffs (20 lines):

diff -r ba006488805e -r cb0be3e8906e mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Mon Jul 15 11:57:23 2013 +0000
+++ b/mk/platform/SunOS.mk      Mon Jul 15 12:06:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.52 2013/07/05 15:10:00 jperkin Exp $
+# $NetBSD: SunOS.mk,v 1.53 2013/07/15 12:06:45 jperkin Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -38,8 +38,9 @@
 .endif
 
 # Builtin defaults which make sense for this platform.
+PREFER.libexecinfo?=   native
+PREFER.openssl?=       pkgsrc
 PREFER.solaris-pam?=   native
-PREFER.openssl?=       pkgsrc
 
 _OPSYS_EMULDIR.solaris=                # empty
 _OPSYS_EMULDIR.solaris32=      # empty



Home | Main Index | Thread Index | Old Index