pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/738ebfede93d
branches:  trunk
changeset: 471278:738ebfede93d
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue Mar 23 07:16:10 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 security/gpgme/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6f23e9450817 -r 738ebfede93d security/gpgme/Makefile
--- a/security/gpgme/Makefile   Tue Mar 23 06:48:13 2004 +0000
+++ b/security/gpgme/Makefile   Tue Mar 23 07:16:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/02/14 17:21:50 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/03/23 07:16:10 snj Exp $
 #
 
 DISTNAME=      gpgme-0.4.3
@@ -17,6 +17,9 @@
 GNU_CONFIGURE=         YES
 PTHREAD_OPTS+=         require
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=                F77=${FALSE}
+
 TEST_TARGET=           check
 
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index