From 7baf80d18d840c764a49035f4a9b7b2ae8723b50 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 21 Nov 2018 20:22:02 +0000 Subject: sys-devel/autogen: avoid running autoreconf It's not a fix of bug #671616 but a step in direction when result does not depend on presence of autoconf. Not I get install failure described in the bug consistently. Bug: https://bugs.gentoo.org/671616 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- sys-devel/autogen/files/autogen-5.18.16-no-werror.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-devel/autogen/files') diff --git a/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch b/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch index 7f9f36428e18..ee8245ca8ace 100644 --- a/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch +++ b/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch @@ -1,13 +1,13 @@ ---- a/configure -+++ b/configure -@@ -18926,3 +18926,3 @@ test "X${GCC}" = Xyes && { +--- a/configure.ac ++++ b/configure.ac +@@ -200,3 +200,3 @@ test "X${GCC}" = Xyes && { CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing" - WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes \ + WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \ -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \ ---- a/configure.ac -+++ b/configure.ac -@@ -200,3 +200,3 @@ test "X${GCC}" = Xyes && { +--- a/configure ++++ b/configure +@@ -18926,3 +18926,3 @@ test "X${GCC}" = Xyes && { CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing" - WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes \ + WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \ -- cgit v1.2.3-18-g5258