mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
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:
@@ -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 \
|
||||
Reference in New Issue
Block a user