summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-03-22 19:28:31 +0000
committertron <tron@pkgsrc.org>2002-03-22 19:28:31 +0000
commit23964d20cf8eb294da5aa62b0b027cb9a362bb84 (patch)
tree9caa28aeeadcbe0110e4c94acfe1f2fc08a8c5e2 /devel/bison
parent73fcf226e0bf92a8a469a1367517529be141d4d3 (diff)
downloadpkgsrc-23964d20cf8eb294da5aa62b0b027cb9a362bb84.tar.gz
Add a comment why "TZ" is set.
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 2fc2f4eeae8..0cd23409ded 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2002/03/22 19:27:40 tron Exp $
+# $NetBSD: Makefile,v 1.31 2002/03/22 19:28:31 tron Exp $
DISTNAME= bison-1.34
CATEGORIES= devel
@@ -14,6 +14,8 @@ BUILD_USES_MSGFMT= yes
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
+# We set the timezone to "GMT" below to avoid rebuilds of the info files
+# which fail under NetBSD 1.5.
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" TZ=GMT
CPPFLAGS+= -Dunix # for $TMPDIR parsing