diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-03-18 14:04:17 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-03-18 14:04:17 +0000 |
commit | a007d090aa5a317fff623a3bfe2bfa44bdd595d7 (patch) | |
tree | 6496d0c50eb8c192826cd94d1fc3962d23079503 /app-office/magicpoint/magicpoint-1.11b.ebuild | |
parent | remove broken-ass USE=static handling (diff) | |
download | gentoo-2-a007d090aa5a317fff623a3bfe2bfa44bdd595d7.tar.gz gentoo-2-a007d090aa5a317fff623a3bfe2bfa44bdd595d7.tar.bz2 gentoo-2-a007d090aa5a317fff623a3bfe2bfa44bdd595d7.zip |
Use giflib instead of libungif; bug #85720.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/magicpoint/magicpoint-1.11b.ebuild')
-rw-r--r-- | app-office/magicpoint/magicpoint-1.11b.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-office/magicpoint/magicpoint-1.11b.ebuild b/app-office/magicpoint/magicpoint-1.11b.ebuild index eaa354a4ddb2..0e36a9a7fdcc 100644 --- a/app-office/magicpoint/magicpoint-1.11b.ebuild +++ b/app-office/magicpoint/magicpoint-1.11b.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/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.6 2005/02/05 21:43:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.7 2005/03/18 14:04:17 usata Exp $ inherit elisp-common eutils @@ -15,7 +15,7 @@ KEYWORDS="x86 alpha sparc ppc ~amd64" IUSE="cjk nls m17n-lib emacs truetype gif imlib" DEPEND="virtual/x11 - gif? ( >=media-libs/libungif-4.0.1 ) + gif? ( >=media-libs/giflib-4.0.1 ) imlib? ( media-libs/imlib ) truetype? ( virtual/xft ) emacs? ( virtual/emacs ) @@ -42,6 +42,9 @@ src_unpack() { } src_compile() { + # bug #85720 + sed -i -e "s/ungif/gif/g" configure* || die + econf \ $(use_enable gif) \ $(use_enable imlib) \ |