summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-21 18:18:57 +0000
committerjlam <jlam@pkgsrc.org>2005-06-21 18:18:57 +0000
commit9936ab3f56bbabf326e1511927893b8acde1856c (patch)
tree9bd5f369bc19f523335d94134e90a3ea12882ac3 /math
parentf63b7ec0ae6b322e799de0584746e94a4d3fb04c (diff)
downloadpkgsrc-9936ab3f56bbabf326e1511927893b8acde1856c.tar.gz
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 (limited to 'math')
-rw-r--r--math/gcalctool/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 16f40da3cb0..a872da7f1cb 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -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 @@ COMMENT= Desktop calculator for GNOME
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= HAVE_YACC=yes
+
USE_DIRS+= gnome2-1.5
USE_TOOLS+= bison gmake
USE_PKGLOCALEDIR= yes