summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authortez <tez>2011-04-01 21:02:48 +0000
committertez <tez>2011-04-01 21:02:48 +0000
commit5a16bdaa595b13cf500b6728de2e1e2261a337ef (patch)
treee9d28ecae3986d72940086b413a1bc2aa04659f4 /security/openssl
parent6b2a2c978ab4b97781450d712a952a48ca6c9fe5 (diff)
downloadpkgsrc-5a16bdaa595b13cf500b6728de2e1e2261a337ef.tar.gz
Use solaris64 rather than solaris for ABI=64 build using gcc in SunOS
fixes PR#44769
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 3db182a943e..ea0b34b184f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2011/02/09 00:15:30 taca Exp $
+# $NetBSD: Makefile,v 1.155 2011/04/01 21:02:48 tez Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -63,9 +63,9 @@ OPENSSL_MACHINE_ARCH= ${MACHINE_ARCH}
. if defined(OPENSSL_MACHINE_ARCH) && !empty(OPENSSL_MACHINE_ARCH)
CONFIGURE_SCRIPT= ./Configure
. if !empty(CC_VERSION:Mgcc*)
-CONFIGURE_ARGS+= solaris-${OPENSSL_MACHINE_ARCH}-gcc
+CONFIGURE_ARGS+= solaris${${ABI}==64:?64:}-${OPENSSL_MACHINE_ARCH}-gcc
. else
-CONFIGURE_ARGS+= solaris-${OPENSSL_MACHINE_ARCH}-cc
+CONFIGURE_ARGS+= solaris${${ABI}==64:?64:}-${OPENSSL_MACHINE_ARCH}-cc
. endif
. endif
.elif ${OPSYS} == "IRIX"