diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-11-23 09:25:23 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-11-23 09:26:08 -0600 |
commit | e1bdef5e895d8e04fad7e9c223d485d5cd185900 (patch) | |
tree | a3534f88f299aebe71fe3bfed29d4f69265d3c11 /www-client/links | |
parent | dev-php/pecl-oauth: Add 8.1 target; Drop 7.2 target (diff) | |
download | gentoo-e1bdef5e895d8e04fad7e9c223d485d5cd185900.tar.gz gentoo-e1bdef5e895d8e04fad7e9c223d485d5cd185900.tar.bz2 gentoo-e1bdef5e895d8e04fad7e9c223d485d5cd185900.zip |
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@gentoo.org>
Diffstat (limited to 'www-client/links')
-rw-r--r-- | www-client/links/links-2.25-r3.ebuild (renamed from www-client/links/links-2.25-r2.ebuild) | 4 |
1 files 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 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 \ |