summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-08-01 05:24:00 +0000
committerobache <obache>2010-08-01 05:24:00 +0000
commitc05595fc97b7a18d6b1894133b6862e6a80a3e48 (patch)
tree8da41b1dd02f0d96323d7e02d726ac4cbeccae32 /security/openssl/Makefile
parent8729c89969d5bbf2c0657e247df4409eff017d4d (diff)
downloadpkgsrc-c05595fc97b7a18d6b1894133b6862e6a80a3e48.tar.gz
ABI is not defined on old Darwin.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b9cf392023b..61d18feea92 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2010/06/02 13:30:11 taca Exp $
+# $NetBSD: Makefile,v 1.150 2010/08/01 05:24:00 obache Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -86,7 +86,7 @@ CONFIGURE_ARGS+= tru64-alpha-cc
. endif
.elif ${OPSYS} == "Darwin"
CONFIGURE_SCRIPT= ./Configure
-. if ${ABI} == "64"
+. if defined(ABI) && ${ABI} == "64"
CONFIGURE_ARGS+= darwin64-${MACHINE_ARCH}-cc
. else
CONFIGURE_ARGS+= darwin-${MACHINE_ARCH}-cc