mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
committed by
Andreas Sturmlechner
parent
950d20f93e
commit
ade32fdab1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user