commit: 1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9 Author: Felix Janda <felix.janda <AT> posteo <DOT> de> AuthorDate: Sat Nov 26 22:43:42 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 08:38:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f21d3b5
media-libs/libextractor: fix compilation with USE=tidy Gentoo-Bug: https://bugs.gentoo.org/600470 Closes: https://github.com/gentoo/gentoo/pull/2923 media-libs/libextractor/libextractor-1.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libextractor/libextractor-1.3-r1.ebuild b/media-libs/libextractor/libextractor-1.3-r1.ebuild index cd34de2..e686395 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
