diff options
author | tron <tron@pkgsrc.org> | 2002-03-22 19:27:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-22 19:27:40 +0000 |
commit | 73fcf226e0bf92a8a469a1367517529be141d4d3 (patch) | |
tree | 6ea29ca14b88e822c1526714b124de88979d4419 /devel/bison/Makefile | |
parent | 105558c3517edcaa034afa01b579c6e20e79b55f (diff) | |
download | pkgsrc-73fcf226e0bf92a8a469a1367517529be141d4d3.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/Makefile')
-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 |