commit: e6eba1c51e1ad22bc6c5478ff6fa5b3ecaf88831
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 23:11:01 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Mar 3 23:11:01 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=e6eba1c5
games-strategy/curseofwar: update package
Fixes compilation with curses, minor fixes.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
.../{curseofwar-1.2.0.ebuild => curseofwar-1.2.0-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-strategy/curseofwar/curseofwar-1.2.0.ebuild
b/games-strategy/curseofwar/curseofwar-1.2.0-r1.ebuild
similarity index 84%
rename from games-strategy/curseofwar/curseofwar-1.2.0.ebuild
rename to games-strategy/curseofwar/curseofwar-1.2.0-r1.ebuild
index fbb4392..86934a4 100644
--- a/games-strategy/curseofwar/curseofwar-1.2.0.ebuild
+++ b/games-strategy/curseofwar/curseofwar-1.2.0-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=6
@@ -23,7 +22,8 @@ RDEPEND="${DEPEND}"
src_prepare() {
default
sed -i -e "s:%VERSION%:${PV}:g" ${PN}{,-sdl}.6
- sed -i -e "s:/usr/local/share/:${GAMES_DATADIR}/:g" path.c
+ sed -i -e "s:/usr/local/share/:/usr/share/:g" path.c
+ sed -i -e "s:TARGET_LINK_LIBRARIES( curseofwar \${COMMON_LIBS} ncurses
):TARGET_LINK_LIBRARIES( curseofwar \${COMMON_LIBS} ncurses tinfo ):g"
CMakeLists.txt
epatch "${FILESDIR}/${P}-fix-gcc-error-compilation.patch"
cmake-utils_src_prepare
}