summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
-rw-r--r--security/gnutls/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index ec4fccb21fd..4cb49bac341 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.52 2004/07/30 16:11:33 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.53 2004/07/30 16:20:33 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -100,4 +100,6 @@ Pullup ticket 87, requested by Grant Beattie [agc 2004-07-30]
Solaris fix for buildlink3
Pullup ticket 88, requested by Grant Beattie [agc 2004-07-30]
Solaris fix for gpgme
+Pullup ticket 89, requested by Grant Beattie [agc 2004-07-30]
+ Build fix for gnutls
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 0333089a394..70f40c05900 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/22 10:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2004/07/30 16:20:33 agc Exp $
DISTNAME= gnutls-1.0.13
CATEGORIES= security devel
@@ -17,6 +17,8 @@ USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+MAKE_ENV+= RM="${RM}"
+
DOCDIR= ${PREFIX}/share/doc/gnutls
EGDIR= ${PREFIX}/share/examples/gnutls