media-libs/libextractor: fix compilation with USE=tidy
authorFelix Janda <felix.janda@posteo.de>
Sat, 26 Nov 2016 22:43:42 +0000 (17:43 -0500)
committerDavid Seifert <soap@gentoo.org>
Sun, 27 Nov 2016 08:38:10 +0000 (09:38 +0100)
Gentoo-Bug: https://bugs.gentoo.org/600470
Closes: https://github.com/gentoo/gentoo/pull/2923

media-libs/libextractor/libextractor-1.3-r1.ebuild

index cd34de2cbb319275339facb3104f4031041db28c..e68639514bee4dbdf4d2c0088fa848ff2c9e4040 100644 (file)
@@ -63,6 +63,7 @@ src_prepare() {
        sed -i \
                -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' \
                -e 's:tidy/tidy.h:tidy.h:' \
+               -e 's:tidy/buffio.h:buffio.h:' \
                configure src/plugins/html_extractor.c || die
 
        if ! use tidy; then