summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-25 15:23:24 +0000
committerwiz <wiz@pkgsrc.org>2005-02-25 15:23:24 +0000
commitc28c96be32c86f3792c316330272b227651effd8 (patch)
treeabb56093e308a1f5dea5fe438d07b49c131fa806 /security
parentfd1701c97527781cf7d204e1211bc50fe6a723a9 (diff)
downloadpkgsrc-c28c96be32c86f3792c316330272b227651effd8.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/Makefile3
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