summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2013-05-21 07:57:50 +0000
committersbd <sbd@pkgsrc.org>2013-05-21 07:57:50 +0000
commitf8d98dbec0f1d542365f48fb722326dbe0094dfe (patch)
treec6b7f3c02d9a08f2a02fc59d72d10ce7773b7af0
parent52959ab3f087ee62cad6b66ece4f5077be893fc7 (diff)
downloadpkgsrc-f8d98dbec0f1d542365f48fb722326dbe0094dfe.tar.gz
Due to gmake bug #30612 rpm needs atleast gmake-3.82nb1 which includes
the bug fix.
-rw-r--r--misc/rpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 20ecbd6372c..995becf859c 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2012/10/08 09:57:36 asau Exp $
+# $NetBSD: Makefile,v 1.76 2013/05/21 07:57:50 sbd Exp $
DISTNAME= rpm-2.5.4
PKGREVISION= 8
@@ -20,6 +20,9 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
+GMAKE_REQD+= 3.82nb1
+GMAKE= ${TOOLS_GMAKE}
+
# this is needed in addition of USE_PKGLOCALEDIR
CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR}