mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-mathematics/libpoly: remove -Werror
Closes: https://bugs.gentoo.org/887109 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -34,6 +34,14 @@ pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s| -Werror||g" \
|
||||
"${S}"/src/CMakeLists.txt \
|
||||
"${S}"/test/polyxx/CMakeLists.txt || die
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIBPOLY_BUILD_PYTHON_API=$(usex python)
|
||||
|
||||
Reference in New Issue
Block a user