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>
This commit is contained in:
Ben Kohler
2021-11-23 09:25:23 -06:00
parent c391c7c9db
commit e1bdef5e89

View File

@@ -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 \