pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison Force bison to use the m4 we want and not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b87bb99af8a
branches:  trunk
changeset: 393943:9b87bb99af8a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 30 14:47:07 2009 +0000

description:
Force bison to use the m4 we want and not to pick a potentially outdated
version itself.

diffstat:

 devel/bison/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b326184c639c -r 9b87bb99af8a devel/bison/Makefile
--- a/devel/bison/Makefile      Sat May 30 12:50:29 2009 +0000
+++ b/devel/bison/Makefile      Sat May 30 14:47:07 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2009/02/12 18:43:21 minskim Exp $
+# $NetBSD: Makefile,v 1.70 2009/05/30 14:47:07 joerg Exp $
 
 DISTNAME=              bison-2.4.1
 PKGREVISION=           1
@@ -19,7 +19,8 @@
 USE_TOOLS+=            grep gm4:run msgfmt
 INFO_FILES=            # PLIST
 
-CONFIGURE_ENV+=                gt_cv_func_gnugettext1_libintl=yes
+CONFIGURE_ENV+=                gt_cv_func_gnugettext1_libintl=yes \
+                       ac_cv_prog_M4=${TOOLS_PATH.gm4}
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index