From a292062b38c82f0d9bb764c75e120b9acb22523f Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Thu, 16 Jan 2003 12:38:30 +0000 Subject: charset16 support USE enabled --- app-misc/magicpoint/ChangeLog | 7 ++++++- app-misc/magicpoint/magicpoint-1.09a-r1.ebuild | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'app-misc') 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 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 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 \ -- cgit v1.2.3-65-gdbad