commit:     2a86069af450a5fc94ddacc69409becefa3018b4
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 20:18:12 2015 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 20:19:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a86069a

sys-auth/oath-toolkit: Replace -Wall instead of -Werror

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild 
b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
index 29c0e31..131b04b 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
@@ -27,7 +27,7 @@ src_prepare() {
                gl/tests/Makefile.am
        # disable portability warnings, caused by gtk-doc.make
        sed -i \
-               -e '/AM_INIT_AUTOMAKE/ s:-Werror:\0 -Wno-portability:' \
+               -e '/AM_INIT_AUTOMAKE/ s:-Wall:\0 -Wno-portability:' \
                {liboath,libpskc}/configure.ac
        eautoreconf
        default

Reply via email to