diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 20:00:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 20:00:04 +0000 |
commit | bfe009320287bfe1347f7dfd15e094752fc84320 (patch) | |
tree | f0a01997b80444304f400e1046c8654c2774a828 /media-libs/libwmf/libwmf-0.2.8.4.ebuild | |
parent | Fix sed for LDFLAGS, and make CFLAGS sed as robust as that. (diff) | |
download | gentoo-2-bfe009320287bfe1347f7dfd15e094752fc84320.tar.gz gentoo-2-bfe009320287bfe1347f7dfd15e094752fc84320.tar.bz2 gentoo-2-bfe009320287bfe1347f7dfd15e094752fc84320.zip |
Remove jpeg USE-flag since it's not supposed to build without it, bug #146680
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/libwmf/libwmf-0.2.8.4.ebuild')
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.8.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/libwmf/libwmf-0.2.8.4.ebuild b/media-libs/libwmf/libwmf-0.2.8.4.ebuild index 5d9919c6f8cc..fa93c8ad1707 100644 --- a/media-libs/libwmf/libwmf-0.2.8.4.ebuild +++ b/media-libs/libwmf/libwmf-0.2.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4.ebuild,v 1.16 2007/09/14 11:51:25 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4.ebuild,v 1.17 2008/02/11 20:00:04 armin76 Exp $ inherit eutils autotools @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="jpeg X expat xml debug doc gtk gd" +IUSE="X expat xml debug doc gtk gd" RDEPEND="virtual/ghostscript xml? ( !expat? ( dev-libs/libxml2 ) ) @@ -24,7 +24,7 @@ RDEPEND="virtual/ghostscript >=media-libs/freetype-2.0.1 sys-libs/zlib media-libs/libpng - jpeg? ( media-libs/jpeg ) + media-libs/jpeg X? ( x11-libs/libICE x11-libs/libSM @@ -67,7 +67,6 @@ src_compile() { econf \ $(use_enable debug) \ - $(use_with jpeg) \ $(use_with X x) \ $(use_enable gd) \ --with-sys-gd \ |