pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pcre added a workaround for core-dumping f77 on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e83a4a99fa41
branches:  trunk
changeset: 498721:e83a4a99fa41
user:      spz <spz%pkgsrc.org@localhost>
date:      Wed Aug 31 16:55:05 2005 +0000

description:
added a workaround for core-dumping f77 on sparc64 (makes the package work on
NetBSD/sparc64 1.6.x)

diffstat:

 devel/pcre/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f4bbeaf06c35 -r e83a4a99fa41 devel/pcre/Makefile
--- a/devel/pcre/Makefile       Wed Aug 31 16:11:34 2005 +0000
+++ b/devel/pcre/Makefile       Wed Aug 31 16:55:05 2005 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index