summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2015-10-26 20:04:30 +0000
committerSven Wegener <swegener@gentoo.org>2015-10-26 20:05:29 +0000
commit9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944 (patch)
treedf42594c1841b8e7480391cc2b1fb928aa243345 /sys-auth/oath-toolkit
parentdev-python/elasticsearch-py: QA: Add missing die (diff)
downloadgentoo-9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944.tar.gz
gentoo-9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944.tar.bz2
gentoo-9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944.zip
sys-auth/oath-toolkit: Disable automake portability warnings, bug #545702
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'sys-auth/oath-toolkit')
-rw-r--r--sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild4
1 files changed, 4 insertions, 0 deletions
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 a41e3dd4ffac..29c0e31da17f 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
@@ -25,6 +25,10 @@ src_prepare() {
sed -i -r \
-e '/TESTS/s,test-vc-list-files-(git|cvs).sh,,g' \
gl/tests/Makefile.am
+ # disable portability warnings, caused by gtk-doc.make
+ sed -i \
+ -e '/AM_INIT_AUTOMAKE/ s:-Werror:\0 -Wno-portability:' \
+ {liboath,libpskc}/configure.ac
eautoreconf
default
}