summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-03-18 14:04:17 +0000
committerMamoru Komachi <usata@gentoo.org>2005-03-18 14:04:17 +0000
commita007d090aa5a317fff623a3bfe2bfa44bdd595d7 (patch)
tree6496d0c50eb8c192826cd94d1fc3962d23079503 /app-office
parentremove broken-ass USE=static handling (diff)
downloadgentoo-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')
-rw-r--r--app-office/magicpoint/ChangeLog6
-rw-r--r--app-office/magicpoint/magicpoint-1.10a-r1.ebuild5
-rw-r--r--app-office/magicpoint/magicpoint-1.11b.ebuild7
3 files changed, 14 insertions, 4 deletions
diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog
index e153684e8609..dcf29f7131ce 100644
--- a/app-office/magicpoint/ChangeLog
+++ b/app-office/magicpoint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/magicpoint
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.15 2005/02/05 21:43:31 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.16 2005/03/18 14:04:17 usata Exp $
+
+ 18 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> magicpoint-1.10a-r1.ebuild,
+ magicpoint-1.11b.ebuild:
+ Use giflib instead of libungif; bug #85720.
05 Feb 2005; Bryan Østergaard <kloeri@gentoo.org>
magicpoint-1.10a-r1.ebuild, magicpoint-1.11b.ebuild:
diff --git a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
index b557e45a8431..9f80a86c86c6 100644
--- a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
+++ b/app-office/magicpoint/magicpoint-1.10a-r1.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.10a-r1.ebuild,v 1.9 2005/02/05 21:43:31 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.10 2005/03/18 14:04:17 usata Exp $
inherit elisp-common eutils
@@ -31,6 +31,9 @@ src_unpack() {
}
src_compile() {
+ # bug #85720
+ sed -i -e "s/ungif/gif/g" configure* || die
+
econf \
`use_enable gif` \
`use_enable imlib` \
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) \