mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
committed by
Sam James
parent
7c03d1ce43
commit
d2a8b3c50e
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user