diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-21 15:22:26 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-21 15:22:26 +0000 |
commit | b661a2f405dbdfea0d1a416b6cdfbb60f709fcb0 (patch) | |
tree | 5278b55142053739b047b5542b2323408bc61224 /x11-apps/xmore/xmore-1.0.1-r1.ebuild | |
parent | sparc/x86 stable wrt #206783 (diff) | |
download | gentoo-2-b661a2f405dbdfea0d1a416b6cdfbb60f709fcb0.tar.gz gentoo-2-b661a2f405dbdfea0d1a416b6cdfbb60f709fcb0.tar.bz2 gentoo-2-b661a2f405dbdfea0d1a416b6cdfbb60f709fcb0.zip |
Insert missing ifdef's for building without xprint, segmentation faults without it.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-apps/xmore/xmore-1.0.1-r1.ebuild')
-rw-r--r-- | x11-apps/xmore/xmore-1.0.1-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xmore/xmore-1.0.1-r1.ebuild b/x11-apps/xmore/xmore-1.0.1-r1.ebuild new file mode 100644 index 000000000000..58fad89a60bb --- /dev/null +++ b/x11-apps/xmore/xmore-1.0.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.1 2008/01/21 15:22:26 drac Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="plain text display program for the X Window System" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +# Broken without xprint +IUSE="xprint" +RDEPEND="xprint? ( x11-libs/libXprintUtil )" +#x11-libs/libXprintUtil" +DEPEND="${RDEPEND}" +PATCHES="${FILESDIR}/${P}-ifdef-xprint.patch" +CONFIGURE_OPTIONS="$(use_enable xprint)" |