summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-07-08 21:37:02 +0000
committermarkd <markd@pkgsrc.org>2006-07-08 21:37:02 +0000
commit349db29ab72df9c10cede4717c20c4437e73b6cc (patch)
treee8285aa9b6a942d87a4c537d1920e5eaf1a4e7a2
parent0f621942da81c64e6965d87758c1a96211993d16 (diff)
downloadpkgsrc-349db29ab72df9c10cede4717c20c4437e73b6cc.tar.gz
Don't try and use assembler when building 64bit on Solaris. It gets it
wrong for both amd64 and sparc. Fixes PR pkg/32648 and possibly PR pkg/33030.
-rw-r--r--security/gnupg/Makefile6
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