commit:     e1bdef5e895d8e04fad7e9c223d485d5cd185900
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 15:25:23 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 15:26:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bdef5e

www-client/links: better fix for freetype issue

Bug: https://bugs.gentoo.org/825318
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 www-client/links/{links-2.25-r2.ebuild => links-2.25-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/links/links-2.25-r2.ebuild 
b/www-client/links/links-2.25-r3.ebuild
similarity index 96%
rename from www-client/links/links-2.25-r2.ebuild
rename to www-client/links/links-2.25-r3.ebuild
index 46cc889e2924..fc77b3771d61 100644
--- a/www-client/links/links-2.25-r2.ebuild
+++ b/www-client/links/links-2.25-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools desktop xdg-utils
+inherit autotools desktop toolchain-funcs xdg-utils
 
 DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
 HOMEPAGE="http://links.twibright.com/";
@@ -123,7 +123,7 @@ src_configure() {
                myconf+=' --enable-graphics'
        fi
 
-       use freetype && append-cppflags -I${ESYSROOT}/usr/include/freetype2
+       tc-export PKG_CONFIG
 
        econf \
                --without-directfb \

Reply via email to