diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-25 15:23:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-25 15:23:24 +0000 |
commit | 898316795df9284b500212cb416ad7879f01e2dc (patch) | |
tree | abb56093e308a1f5dea5fe438d07b49c131fa806 /security | |
parent | b8840aeb185a76c3fe26e11b62b892ddfe7ddd42 (diff) | |
download | pkgsrc-898316795df9284b500212cb416ad7879f01e2dc.tar.gz |
Work around broken dependency handling by explicitly setting timezone
to UTC. Fixes PR 29530.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 4561df0a4a8..3bd926fe893 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/02/19 00:14:23 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2005/02/25 15:23:24 wiz Exp $ DISTNAME= gnutls-1.2.0 CATEGORIES= security devel @@ -28,6 +28,7 @@ BUILDLINK_DEPENDS.opencdk= opencdk>=0.5.5 BUILDLINK_DEPENDS.libtasn1= libtasn1>=0.2.11 MAKE_ENV+= RM="${RM}" +MAKE_ENV+= TZ=UTC DOCDIR= ${PREFIX}/share/doc/gnutls EGDIR= ${PREFIX}/share/examples/gnutls |