games-strategy/wesnoth: add basic prefix support

Package-Manager: Portage-2.3.38, Repoman-2.3.9
This commit is contained in:
Sergei Trofimovich
2018-06-02 21:45:13 +00:00
parent afe1ab9566
commit 4e91ef4aa3

View File

@@ -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
}