dev-cpp/exprtk: strip Werror for test compile

Closes: https://bugs.gentoo.org/977184
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1138
Merges: https://codeberg.org/gentoo/gentoo/pulls/1138
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-06-11 10:21:32 +03:00
committed by Sam James
parent 7c03d1ce43
commit d2a8b3c50e

View File

@@ -21,6 +21,13 @@ KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
DOCS=( readme.txt )
src_prepare () {
default
# bug #977184
sed -e '/^BASE_OPTIONS/ s/-Werror //' -i Makefile || die
}
src_compile() { :; }
src_test() {