summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <stefan.strogin@gmail.com>2019-02-13 02:59:54 +0200
committerJames Le Cuirot <chewi@gentoo.org>2019-03-09 22:16:12 +0000
commit8d1a254b46c1c2e33b1a6c21cb882ce2ff570198 (patch)
tree82143587334707dba6511489ab1ae36b7c98ab33
parentgames-roguelike/angband: minor improvements (diff)
downloadgentoo-8d1a254b46c1c2e33b1a6c21cb882ce2ff570198.tar.gz
gentoo-8d1a254b46c1c2e33b1a6c21cb882ce2ff570198.tar.bz2
gentoo-8d1a254b46c1c2e33b1a6c21cb882ce2ff570198.zip
games-roguelike/angband: drop pkg-config hack
It is no longer needed since configure.ac was fixed upstream: https://github.com/angband/angband/commit/780d86b2b00baaac0b308783d1be1c2cae117dfe Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--games-roguelike/angband/angband-4.1.3.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/games-roguelike/angband/angband-4.1.3.ebuild b/games-roguelike/angband/angband-4.1.3.ebuild
index e6a478bf9426..34d75a13d94d 100644
--- a/games-roguelike/angband/angband-4.1.3.ebuild
+++ b/games-roguelike/angband/angband-4.1.3.ebuild
@@ -62,7 +62,6 @@ src_configure() {
myconf="--disable-sdl-mixer"
fi
- ac_cv_path_NCURSES_CONFIG="pkg-config ncursesw" \
econf \
--bindir="${EPREFIX}"/usr/bin \
--with-private-dirs \