media-libs/libextractor: Fix build against app-text/tidy-html5
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Dec 2018 22:34:02 +0000 (23:34 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Dec 2018 22:34:24 +0000 (23:34 +0100)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/libextractor/libextractor-1.8-r1.ebuild

index 45171230791039dd03cfd026c4f07ef7f3d5150c..d63f5cb79453bca499719e7b3c90df628e1ea47a 100644 (file)
@@ -66,8 +66,6 @@ src_prepare() {
        # m4/ax_create_pkgconfig_info.m4 is passing environment LDFLAGS to Libs:
        sed -i \
                -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' \
-               -e 's:tidy/tidy.h:tidy.h:' \
-               -e 's:tidy/tidybuffio.h:buffio.h:' \
                configure src/plugins/html_extractor.c || die
 
        if ! use tidy; then