diff options
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 4008490f7fd..c8f70c63e85 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2006/07/03 21:15:14 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2006/07/08 21:37:02 markd Exp $ DISTNAME= gnupg-1.4.4 CATEGORIES= security @@ -35,6 +35,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} CONFIGURE_ARGS+= --disable-gnupg-iconv .endif +.if ${OPSYS} == "SunOS" && defined(ABI) && ${ABI} == 64 +CONFIGURE_ARGS+= --disable-asm +.endif + # XXX: still needed? .if ${OPSYS} == "FreeBSD" SUBST_CLASSES+= fixme |