diff options
author | tron <tron> | 2002-03-22 19:27:40 +0000 |
---|---|---|
committer | tron <tron> | 2002-03-22 19:27:40 +0000 |
commit | c6199faa1222968a337a5679713c4839c1b7bc2a (patch) | |
tree | 6ea29ca14b88e822c1526714b124de88979d4419 /devel/bison | |
parent | eed9263d5c0c4255edea220f040abf74d6a93b1c (diff) | |
download | pkgsrc-c6199faa1222968a337a5679713c4839c1b7bc2a.tar.gz |
Set "TZ" to "GMT" to avoid unnecessary rebuild of the info files which
fails under NetBSD 1.5.3. Problem noted by Matthew Green in PR pkg/15954.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index b432ed4c3d4..2fc2f4eeae8 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/03/20 11:32:23 tron Exp $ +# $NetBSD: Makefile,v 1.30 2002/03/22 19:27:40 tron Exp $ DISTNAME= bison-1.34 CATEGORIES= devel @@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext -MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" TZ=GMT CPPFLAGS+= -Dunix # for $TMPDIR parsing |