pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg Don't try and use assembler when buildi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/560ff5ed0291
branches:  trunk
changeset: 515809:560ff5ed0291
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jul 08 21:37:02 2006 +0000

description:
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.

diffstat:

 security/gnupg/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d09fc7e6d2fe -r 560ff5ed0291 security/gnupg/Makefile
--- a/security/gnupg/Makefile   Sat Jul 08 21:29:24 2006 +0000
+++ b/security/gnupg/Makefile   Sat Jul 08 21:37:02 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index