summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-16 17:57:36 +0000
committerwiz <wiz>2010-01-16 17:57:36 +0000
commit61eff7ff9ee6b7cb83a3c5e0b9d61284be504e67 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /security
parentd585e9f6ead960cd580c8941daf5d7fe1111162f (diff)
downloadpkgsrc-61eff7ff9ee6b7cb83a3c5e0b9d61284be504e67.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 2f5953686e2..af7b7724bab 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/12/15 20:17:33 drochner Exp $
+# $NetBSD: Makefile,v 1.61 2010/01/16 17:57:38 wiz Exp $
#
DISTNAME= gpgme-1.1.8
@@ -33,9 +33,6 @@ SUBST_STAGE.pthread= post-patch
LIBS.SunOS+= -lnsl -lsocket
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
# getenv_r is not detected correctly. It will be found
# in either base system or librfuncs
CONFIGURE_ENV+= ac_cv_func_getenv_r=yes