Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/
Date: Sat, 02 Jun 2018 21:48:18
Message-Id: 1527976067.4e91ef4aa3f3611122a32855b4cd82d2d12be6d1.slyfox@gentoo
1 commit: 4e91ef4aa3f3611122a32855b4cd82d2d12be6d1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 21:45:13 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 21:47:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e91ef4a
7
8 games-strategy/wesnoth: add basic prefix support
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 games-strategy/wesnoth/wesnoth-1.14.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild
16 index 5a1f6c5af2e..27cde05f1ad 100644
17 --- a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild
18 +++ b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild
19 @@ -100,7 +100,7 @@ src_configure() {
20 -DENABLE_FRIBIDI="$(usex fribidi)"
21 -DENABLE_OMP="$(usex openmp)"
22 -DENABLE_STRICT_COMPILATION="OFF"
23 - -DCMAKE_INSTALL_PREFIX="/usr"
24 + -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
25 )
26 cmake-utils_src_configure
27 }