summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-09-15 12:32:22 +0000
committerjoerg <joerg@pkgsrc.org>2013-09-15 12:32:22 +0000
commit479bbb0ac48719c5bc84b8b3992a0309e5ba4eb2 (patch)
tree50d69cd13b52292955d7486cace01399876c47f7 /misc/rpm/Makefile
parentc4a4386374956c5a6985c4893dcea67f2a64915b (diff)
downloadpkgsrc-479bbb0ac48719c5bc84b8b3992a0309e5ba4eb2.tar.gz
Fix broken #elif on OSX. Fix missing prototypes. Don't conflict with
libc mergesort on *BSD. Use system libtool.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 154f9d66744..efda75d93e8 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2013/09/13 12:41:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.78 2013/09/15 12:32:22 joerg Exp $
DISTNAME= rpm-4.11.1
CATEGORIES= misc
@@ -16,6 +16,7 @@ NOT_FOR_PLATFORM+= Interix-*-* # getmntent() is nonpublic; needs porting
MAKE_JOBS_SAFE= no
+USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= bash:run gmake msgfmt perl:run
GNU_CONFIGURE= yes