mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-cpp/trantor: remove -Werror
Closes: https://bugs.gentoo.org/887325 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -25,6 +25,11 @@ DEPEND="
|
||||
"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
|
||||
src_prepare() {
|
||||
sed -i 's/ -Werror)$/)/' CMakeLists.txt || die "could not remove -Werror"
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
"-DBUILD_SHARED_LIBS=YES"
|
||||
|
||||
Reference in New Issue
Block a user