diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-08 17:31:25 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-08 17:31:25 +0000 |
commit | 5ee8c2b687b428eec19a8227282322998948c358 (patch) | |
tree | c90fc5a4318bd330ba97bcbbceeb839fc9b1622c /x11-libs/libXfont/libXfont-1.2.0.ebuild | |
parent | Bump, compatible with xorg-server 1.0 and 1.1. Adds new chip support and more... (diff) | |
download | gentoo-2-5ee8c2b687b428eec19a8227282322998948c358.tar.gz gentoo-2-5ee8c2b687b428eec19a8227282322998948c358.tar.bz2 gentoo-2-5ee8c2b687b428eec19a8227282322998948c358.zip |
FreeType 2.2 compatibility, and some other fixes.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'x11-libs/libXfont/libXfont-1.2.0.ebuild')
-rw-r--r-- | x11-libs/libXfont/libXfont-1.2.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-libs/libXfont/libXfont-1.2.0.ebuild b/x11-libs/libXfont/libXfont-1.2.0.ebuild new file mode 100644 index 000000000000..874834e335fd --- /dev/null +++ b/x11-libs/libXfont/libXfont-1.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.2.0.ebuild,v 1.1 2006/07/08 17:31:25 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular flag-o-matic + +DESCRIPTION="X.Org Xfont library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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} + x11-proto/fontcacheproto" + +CONFIGURE_OPTIONS="$(use_enable ipv6) + --enable-type1 + --with-encodingsdir=/usr/share/fonts/encodings" + +pkg_setup() { + # No such function yet + # x-modular_pkg_setup + + # (#125465) Broken with Bdirect support + filter-flags -Wl,-Bdirect + filter-ldflags -Bdirect + filter-ldflags -Wl,-Bdirect +} |