summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2016-11-26 17:43:42 -0500
committerDavid Seifert <soap@gentoo.org>2016-11-27 09:38:10 +0100
commit1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9 (patch)
tree976a3f7067b444b7208943b464b71a28bd34b652 /media-libs
parentapp-text/openjade: fix build with clang and older gcc (diff)
downloadgentoo-1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9.tar.gz
gentoo-1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9.tar.bz2
gentoo-1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9.zip
media-libs/libextractor: fix compilation with USE=tidy
Gentoo-Bug: https://bugs.gentoo.org/600470 Closes: https://github.com/gentoo/gentoo/pull/2923
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libextractor/libextractor-1.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libextractor/libextractor-1.3-r1.ebuild b/media-libs/libextractor/libextractor-1.3-r1.ebuild
index cd34de2cbb31..e68639514bee 100644
--- a/media-libs/libextractor/libextractor-1.3-r1.ebuild
+++ b/media-libs/libextractor/libextractor-1.3-r1.ebuild
@@ -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