summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam>2009-11-03 07:28:17 +0000
committeradam <adam>2009-11-03 07:28:17 +0000
commitaef8685a1295bf073fa7b4366dbff1626fe4e312 (patch)
tree6746c15165b0cd50c3022b08251ca078d3a9a3b6 /security
parent703e95499027b8d48633f6abb2e52ec9142ac1fd (diff)
downloadpkgsrc-aef8685a1295bf073fa7b4366dbff1626fe4e312.tar.gz
Allow building on 64-bit Darwin
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 16986743307..72dc1a15429 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2009/10/27 16:25:21 zafer Exp $
+# $NetBSD: Makefile,v 1.106 2009/11/03 07:28:17 adam Exp $
DISTNAME= gnupg-1.4.10
CATEGORIES= security
@@ -35,11 +35,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
CONFIGURE_ARGS+= --disable-gnupg-iconv
.endif
-.if ${OPSYS} == "SunOS" && defined(ABI) && ${ABI} == 64
-CONFIGURE_ARGS+= --disable-asm
-.endif
-
-.if ${OPSYS} == "AIX" && defined(ABI) && ${ABI} == 64
+.if (${OPSYS} == "AIX" || ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS") \
+ && defined(ABI) && ${ABI} == 64
CONFIGURE_ARGS+= --disable-asm
.endif