summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-07-30 16:20:33 +0000
committeragc <agc>2004-07-30 16:20:33 +0000
commit9d193c90e1c7e5bb80982b33c2f4b366ab4b72dc (patch)
tree2fcd0ee3eeb54229ca800120062a82930cdf2468
parent4648c1b93e0306e253da542339d250ad05c25641 (diff)
downloadpkgsrc-9d193c90e1c7e5bb80982b33c2f4b366ab4b72dc.tar.gz
Pullup ticket 89 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Build fix for gnutls Module Name: pkgsrc Committed By: grant Date: Sun Jul 25 06:15:25 UTC 2004 Modified Files: pkgsrc/security/gnutls: Makefile Log Message: one of the Makefiles uses ${RM} but doesn't define it, so pass RM=${RM} in MAKE_ENV.
-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