summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-04-24 06:12:17 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-04-24 06:12:17 +0000
commiteef474c6312d1bbf2825c66e7d4e9f98ca925c08 (patch)
tree3fa929166030537792e2963c2a96cf45689a4cf7 /media-gfx/fbv/fbv-0.99.ebuild
parentVersion bump as per bug #89978 (diff)
downloadgentoo-2-eef474c6312d1bbf2825c66e7d4e9f98ca925c08.tar.gz
gentoo-2-eef474c6312d1bbf2825c66e7d4e9f98ca925c08.tar.bz2
gentoo-2-eef474c6312d1bbf2825c66e7d4e9f98ca925c08.zip
Changed libungif to giflib for version 0.99
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/fbv/fbv-0.99.ebuild')
-rw-r--r--media-gfx/fbv/fbv-0.99.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/fbv/fbv-0.99.ebuild b/media-gfx/fbv/fbv-0.99.ebuild
index c7ed54727984..a4275b0582bf 100644
--- a/media-gfx/fbv/fbv-0.99.ebuild
+++ b/media-gfx/fbv/fbv-0.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-0.99.ebuild,v 1.7 2005/01/26 20:29:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-0.99.ebuild,v 1.8 2005/04/24 06:12:17 dragonheart Exp $
inherit toolchain-funcs
@@ -19,7 +19,7 @@ DEPEND="gif? ( media-libs/libungif )
src_compile() {
local myconf
-
+ sed -e 's/-lungif/-lgif/g' -i Makefile -i configure
use png || myconf="${myconf} --without-libpng"
use gif || myconf="${myconf} --without-libungif"
use jpeg || myconf="${myconf} --without-libjpeg"