diff options
author | Stefan Strogin <stefan.strogin@gmail.com> | 2019-02-13 02:59:54 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-09 22:16:12 +0000 |
commit | 8d1a254b46c1c2e33b1a6c21cb882ce2ff570198 (patch) | |
tree | 82143587334707dba6511489ab1ae36b7c98ab33 /games-roguelike/angband | |
parent | games-roguelike/angband: minor improvements (diff) | |
download | gentoo-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>
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/angband-4.1.3.ebuild | 1 |
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 \ |