diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-15 12:06:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-15 12:06:45 +0000 |
commit | 995253532cb83ba2293cad2db76fdfff821c6e26 (patch) | |
tree | 543b66f9fdeaed544b681b994ef529d7199ae1a9 /mk | |
parent | 645a50a9809988cedfb803964b8ef474e26ec5b3 (diff) | |
download | pkgsrc-995253532cb83ba2293cad2db76fdfff821c6e26.tar.gz |
Default to using the native version of libexecinfo on SunOS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/SunOS.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 8c753130229..bebfe8142d9 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -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 @@ MOTIF_TYPE_DEFAULT?= motif .endif # Builtin defaults which make sense for this platform. -PREFER.solaris-pam?= native +PREFER.libexecinfo?= native PREFER.openssl?= pkgsrc +PREFER.solaris-pam?= native _OPSYS_EMULDIR.solaris= # empty _OPSYS_EMULDIR.solaris32= # empty |