diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-24 13:17:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-24 13:17:18 +0000 |
commit | 134a739789f1654d9d0ee3bc84e89812539ecd66 (patch) | |
tree | 317fa412b1c17274cbae2635ff7b5cd8bc835ed0 | |
parent | fde124fbe359674cf947749a0281b9b9ded6c944 (diff) | |
download | pkgsrc-134a739789f1654d9d0ee3bc84e89812539ecd66.tar.gz |
Fix build failure with "error: possibly undefined macro: AC_MSG_ERROR."
* Add pkg-config to USE_TOOLS.
-rw-r--r-- | misc/rpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index e0ecc58b6fc..e16957a9d74 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2013/09/20 17:26:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.80 2013/09/24 13:17:18 ryoon Exp $ DISTNAME= rpm-4.11.1 CATEGORIES= misc @@ -18,7 +18,7 @@ MAKE_JOBS_SAFE= no USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= automake bash:run gmake msgfmt perl:run +USE_TOOLS+= automake bash:run gmake msgfmt perl:run pkg-config GNU_CONFIGURE= yes GMAKE_REQD+= 3.82nb1 |