diff options
author | 2009-10-11 23:53:57 +0000 | |
---|---|---|
committer | 2009-10-11 23:53:57 +0000 | |
commit | 96b7152715aeb82604927253efc060525fcbe791 (patch) | |
tree | 06d6f37f8f5e5aeda90a92ff1c416620de6080cd /x11-libs/libXfont/libXfont-1.4.1.ebuild | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-96b7152715aeb82604927253efc060525fcbe791.tar.gz gentoo-2-96b7152715aeb82604927253efc060525fcbe791.tar.bz2 gentoo-2-96b7152715aeb82604927253efc060525fcbe791.zip |
x11-libs/libXfont: bump to 1.4.1, sync with overlay
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libXfont/libXfont-1.4.1.ebuild')
-rw-r--r-- | x11-libs/libXfont/libXfont-1.4.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-libs/libXfont/libXfont-1.4.1.ebuild b/x11-libs/libXfont/libXfont-1.4.1.ebuild new file mode 100644 index 000000000000..f372a413ad5e --- /dev/null +++ b/x11-libs/libXfont/libXfont-1.4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.1 2009/10/11 23:53:57 remi Exp $ + +inherit x-modular flag-o-matic + +DESCRIPTION="X.Org Xfont library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" + +RDEPEND="x11-libs/xtrans + x11-libs/libfontenc + x11-proto/xproto + x11-proto/fontsproto + >=media-libs/freetype-2" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6) + --with-bzip2 + --disable-devel-docs" + + # (#125465) Broken with Bdirect support + filter-flags -Wl,-Bdirect + filter-ldflags -Bdirect + filter-ldflags -Wl,-Bdirect +} |