pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gcalctool The configure script is broken and does...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1fe79a94f8e
branches: trunk
changeset: 495804:a1fe79a94f8e
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jun 21 18:18:57 2005 +0000
description:
The configure script is broken and doesn't accept our YACC definition
because it's a full path to bison. Force HAVE_YACC=yes to sidestep
the stupid extra check added by the gcalctool authors. This should
fix the build of gcalctool.
Commit approved during the deep freeze by <agc>.
diffstat:
math/gcalctool/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d897fc2abc35 -r a1fe79a94f8e math/gcalctool/Makefile
--- a/math/gcalctool/Makefile Tue Jun 21 16:18:52 2005 +0000
+++ b/math/gcalctool/Makefile Tue Jun 21 18:18:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/06/12 07:58:08 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2005/06/21 18:18:57 jlam Exp $
#
DISTNAME= gcalctool-5.5.42
@@ -13,6 +13,8 @@
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= HAVE_YACC=yes
+
USE_DIRS+= gnome2-1.5
USE_TOOLS+= bison gmake
USE_PKGLOCALEDIR= yes
Home |
Main Index |
Thread Index |
Old Index