diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-25 14:08:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-25 14:53:01 +0100 |
commit | f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf (patch) | |
tree | b2002fa0448a8dfb37c5b15f98e16376f82e7d45 /media-libs/libextractor | |
parent | media-libs/libextractor: Add USE=apparmor (diff) | |
download | gentoo-f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf.tar.gz gentoo-f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf.tar.bz2 gentoo-f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf.zip |
media-libs/libextractor: Fix USE=tidy
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-libs/libextractor')
-rw-r--r-- | media-libs/libextractor/libextractor-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libextractor/libextractor-1.6.ebuild b/media-libs/libextractor/libextractor-1.6.ebuild index 3f80bc169d58..c30658fc5c07 100644 --- a/media-libs/libextractor/libextractor-1.6.ebuild +++ b/media-libs/libextractor/libextractor-1.6.ebuild @@ -64,7 +64,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:' \ + -e 's:tidy/tidybuffio.h:buffio.h:' \ configure src/plugins/html_extractor.c || die if ! use tidy; then |