summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-16 12:38:30 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-16 12:38:30 +0000
commit9c6d8b192269d793e9be99e944934f6d9ec0602a (patch)
tree3a4a5e6f0c75170ddb8c0b9ca98c024a9948f5f3
parentremoved supersed dependency (diff)
downloadgentoo-2-9c6d8b192269d793e9be99e944934f6d9ec0602a.tar.gz
gentoo-2-9c6d8b192269d793e9be99e944934f6d9ec0602a.tar.bz2
gentoo-2-9c6d8b192269d793e9be99e944934f6d9ec0602a.zip
charset16 support USE enabled
-rw-r--r--app-misc/magicpoint/ChangeLog7
-rw-r--r--app-misc/magicpoint/magicpoint-1.09a-r1.ebuild5
2 files changed, 10 insertions, 2 deletions
diff --git a/app-misc/magicpoint/ChangeLog b/app-misc/magicpoint/ChangeLog
index 2a60eb10f22a..bd2d34f36496 100644
--- a/app-misc/magicpoint/ChangeLog
+++ b/app-misc/magicpoint/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for app-misc/magicpoint
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-misc/magicpoint/ChangeLog,v 1.4 2002/08/23 11:31:56 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/magicpoint/ChangeLog,v 1.5 2003/01/16 12:38:30 seemant Exp $
*magicpoint-1.09a-r1 (12 Apr 2002)
+ 16 Jan 2003; Seemant Kulleen <seemant@gentoo.org> magicpoint-1.09a-r1.ebuild :
+
+ Added charset16 support if both nls and truetype are in USE. Closes bug
+ #12801 by nakano@gentoo.org (Masatomo Nakano)
+
23 Aug 2002; Seemant Kulleen <seemant@gentoo.org> magicpoint-1.09a-r1.ebuild :
For some silly upstream reason, --enable-freetype disables it. So, this
diff --git a/app-misc/magicpoint/magicpoint-1.09a-r1.ebuild b/app-misc/magicpoint/magicpoint-1.09a-r1.ebuild
index 770dfdff749a..55c1c6b082e6 100644
--- a/app-misc/magicpoint/magicpoint-1.09a-r1.ebuild
+++ b/app-misc/magicpoint/magicpoint-1.09a-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/magicpoint/magicpoint-1.09a-r1.ebuild,v 1.7 2002/10/05 05:39:09 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/magicpoint/magicpoint-1.09a-r1.ebuild,v 1.8 2003/01/16 12:38:30 seemant Exp $
IUSE="truetype gif nls imlib"
@@ -44,6 +44,9 @@ src_compile() {
&& myconf="${myconf} --enable-locale" \
|| myconf="${myconf} --disable-locale"
+ use nls && use truetype \
+ && myconf="${myconf} --enable-freetype-charset16"
+
export LIBS="-L/usr/lib/ -L/usr/X11R6/lib/ -lX11"
./configure \