mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-lang/harec: Remove -Werror
Closes: https://bugs.gentoo.org/854162 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -32,6 +32,12 @@ src_unpack() {
|
||||
mkdir "${S}" || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i 's; -Werror ; ;' ../config.sh || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
../configure --prefix="/usr" --libdir="/usr/$(get_libdir)" || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user