dev-cpp/ms-gsl: Fix bug 659386

Closes: https://bugs.gentoo.org/659386
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9082
This commit is contained in:
Jan Henke
2018-07-07 15:41:15 +02:00
committed by Andreas Sturmlechner
parent 950d20f93e
commit ade32fdab1

View File

@@ -26,7 +26,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
-DGSL_TEST=$(usex test)
-DFORCE_SYSTEM_CATCH=ON
)
use test && mycmakeargs+=( -DFORCE_SYSTEM_CATCH=ON )
cmake-utils_src_configure
}