diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-02 21:45:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-02 21:47:47 +0000 |
commit | 4e91ef4aa3f3611122a32855b4cd82d2d12be6d1 (patch) | |
tree | 1ca90a6d942d3e5a5408fb320bfd86b0a52f366a /games-strategy/wesnoth | |
parent | app-crypt/acme: 0.21.1 cleanup (diff) | |
download | gentoo-4e91ef4aa3f3611122a32855b4cd82d2d12be6d1.tar.gz gentoo-4e91ef4aa3f3611122a32855b4cd82d2d12be6d1.tar.bz2 gentoo-4e91ef4aa3f3611122a32855b4cd82d2d12be6d1.zip |
games-strategy/wesnoth: add basic prefix support
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild index 5a1f6c5af2e9..27cde05f1ad0 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild @@ -100,7 +100,7 @@ src_configure() { -DENABLE_FRIBIDI="$(usex fribidi)" -DENABLE_OMP="$(usex openmp)" -DENABLE_STRICT_COMPILATION="OFF" - -DCMAKE_INSTALL_PREFIX="/usr" + -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" ) cmake-utils_src_configure } |