mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-util/ios-webkit-debug-proxy: strip -Werror
Closes: https://bugs.gentoo.org/974954 Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
From: Pavel Sobolev <contact@paveloom.dev>
|
||||
Subject: [PATCH] Strip `-Werror`.
|
||||
|
||||
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
|
||||
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -89,6 +89,6 @@ AC_CHECK_FUNCS([memmove memset regcomp select socket strcasecmp strncasecmp strc
|
||||
|
||||
AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
|
||||
|
||||
-CFLAGS="${CFLAGS} -Wall -Werror"
|
||||
+CFLAGS="${CFLAGS} -Wall"
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -22,7 +22,8 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.9.1-dont-build-examples.patch
|
||||
"${FILESDIR}/${PN}-1.9.1-dont-build-examples.patch"
|
||||
"${FILESDIR}/${PN}-1.9.2-strip-Werror.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user