commit:     78cccf372d0748efd8e99af373e5cd2487c4bebc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 09:57:13 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 09:57:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cccf37

app-text/wv: prevent suppression of POSIX decls

Closes: https://bugs.gentoo.org/874396
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-text/wv/wv-1.2.9-r3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-text/wv/wv-1.2.9-r3.ebuild b/app-text/wv/wv-1.2.9-r3.ebuild
index cf99d1c2a144..c2a286d095f4 100644
--- a/app-text/wv/wv-1.2.9-r3.ebuild
+++ b/app-text/wv/wv-1.2.9-r3.ebuild
@@ -36,11 +36,16 @@ PATCHES=(
 src_prepare() {
        default
 
+       # remove -ansi flag, since it disables POSIX
+       # function declarations (bug #874396)
+       sed -i -e 's/-ansi//' configure || die
+
        if ! use tools; then
                sed -i -e '/bin_/d' GNUmakefile.am || die
                sed -i -e '/SUBDIRS/d' GNUmakefile.am || die
                sed -i -e '/\/GNUmakefile/d' configure.ac || die
                sed -i -e '/wv[[:upper:]]/d' configure.ac || die
+               sed -i -e 's/-ansi//' configure.ac || die
 
                # automake-1.13 fix, bug #467620
                sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac 
|| die

Reply via email to