pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/devel/pcre Pullup ticket 726 - requested by S....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9564ca6cf87f
branches:  pkgsrc-2005Q2
changeset: 496053:9564ca6cf87f
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Aug 31 19:46:14 2005 +0000

description:
Pullup ticket 726 - requested by S.P.Zeidler
build fix for pcre

Revision pulled up:
- pkgsrc/devel/pcre/Makefile    1.24

   Module Name:    pkgsrc
   Committed By:   spz
   Date:           Wed Aug 31 16:55:05 UTC 2005

   Modified Files:
           pkgsrc/devel/pcre: Makefile

   Log Message:
   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 24753dbb3d2b -r 9564ca6cf87f devel/pcre/Makefile
--- a/devel/pcre/Makefile       Wed Aug 31 08:48:57 2005 +0000
+++ b/devel/pcre/Makefile       Wed Aug 31 19:46:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21.2.1 2005/08/31 08:48:45 snj Exp $
+# $NetBSD: Makefile,v 1.21.2.2 2005/08/31 19:46:14 snj 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