diff options
Diffstat (limited to 'x11-terms/aterm/aterm-0.4.2-r7.ebuild')
-rw-r--r-- | x11-terms/aterm/aterm-0.4.2-r7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-terms/aterm/aterm-0.4.2-r7.ebuild b/x11-terms/aterm/aterm-0.4.2-r7.ebuild index cb1a2feaec3b..3b0a44b24264 100644 --- a/x11-terms/aterm/aterm-0.4.2-r7.ebuild +++ b/x11-terms/aterm/aterm-0.4.2-r7.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r7.ebuild,v 1.10 2004/09/02 16:56:11 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r7.ebuild,v 1.11 2004/09/04 12:48:10 spock Exp $ inherit eutils +inherit flag-o-matic IUSE="cjk" DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility" @@ -39,6 +40,8 @@ src_unpack() { src_compile() { local myconf + append-ldflags -Wl,-z,now + # You can't --enable-big5 with aterm-0.4.2-ja.patch # I think it's very bad thing but as nobody complains it # and we don't have per-language flag atm, I stick to |