diff options
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 \ |