From 5a16bdaa595b13cf500b6728de2e1e2261a337ef Mon Sep 17 00:00:00 2001 From: tez Date: Fri, 1 Apr 2011 21:02:48 +0000 Subject: Use solaris64 rather than solaris for ABI=64 build using gcc in SunOS fixes PR#44769 --- security/openssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/openssl') 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" -- cgit v1.2.3