summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-23 07:16:10 +0000
committersnj <snj@pkgsrc.org>2004-03-23 07:16:10 +0000
commit8675850c7b96431d85de105750831f9dafe44a1a (patch)
tree1164a3f5cd1526da21fcfed7fcb81000ed0c3e84 /security/gpgme
parent778b3049d0aa741a2c983f51a927819982d779a2 (diff)
downloadpkgsrc-8675850c7b96431d85de105750831f9dafe44a1a.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 7ddb617abbf..686426a6058 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -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 @@ USE_LIBTOOL= YES
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"