commit: 774ab13b6fe0ff1bf25afa7553b97e2a6e599865
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 22:34:02 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 22:34:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774ab13b
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 <AT> gentoo.org>
media-libs/libextractor/libextractor-1.8-r1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/media-libs/libextractor/libextractor-1.8-r1.ebuild
b/media-libs/libextractor/libextractor-1.8-r1.ebuild
index 45171230791..d63f5cb7945 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