summaryrefslogtreecommitdiff
path: root/devel/pcre/Makefile
diff options
context:
space:
mode:
authorspz <spz>2005-08-31 16:55:05 +0000
committerspz <spz>2005-08-31 16:55:05 +0000
commit29f8f6fd24812d028c7643e71058783a88bc1bd1 (patch)
treee83c353e1d474f14445847174885936b7bb027d4 /devel/pcre/Makefile
parentac4e01e8d404899e6b140350f6a2ee8a237db94c (diff)
downloadpkgsrc-29f8f6fd24812d028c7643e71058783a88bc1bd1.tar.gz
added a workaround for core-dumping f77 on sparc64 (makes the package work on
NetBSD/sparc64 1.6.x)
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r--devel/pcre/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 4601b2684cc..f707da00fab 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/08/04 09:52:54 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2005/08/31 16:55:05 spz Exp $
DISTNAME= pcre-6.2
CATEGORIES= devel
@@ -22,4 +22,9 @@ PKG_CONFIG_OVERRIDE= libpcre.pc.in
TEST_TARGET= test
+# Avoid an ICE in gcc2 on sparc64
+# use CONFIGURE_ARGS instead of the usual CONFIGURE_ENV as the latter just
+# won't work with -this- configure
+CONFIGURE_ARGS+= F77=${FALSE}
+
.include "../../mk/bsd.pkg.mk"