diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-29 23:34:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-29 23:34:24 +0100 |
commit | 774ab13b6fe0ff1bf25afa7553b97e2a6e599865 (patch) | |
tree | 4ebbb1b97b7a518507b65cf861bdb0c7becbbf05 /media-libs/libextractor | |
parent | sys-libs/glibc: Remove old (diff) | |
download | gentoo-774ab13b6fe0ff1bf25afa7553b97e2a6e599865.tar.gz gentoo-774ab13b6fe0ff1bf25afa7553b97e2a6e599865.tar.bz2 gentoo-774ab13b6fe0ff1bf25afa7553b97e2a6e599865.zip |
media-libs/libextractor: Fix build against app-text/tidy-html5
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libextractor')
-rw-r--r-- | media-libs/libextractor/libextractor-1.8-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media-libs/libextractor/libextractor-1.8-r1.ebuild b/media-libs/libextractor/libextractor-1.8-r1.ebuild index 451712307910..d63f5cb79453 100644 --- a/media-libs/libextractor/libextractor-1.8-r1.ebuild +++ b/media-libs/libextractor/libextractor-1.8-r1.ebuild @@ -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 |