diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-09-09 22:14:28 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-09-09 22:14:28 +0000 |
commit | 27692fc623caa7146c3e2d29924df1ff812d9d7d (patch) | |
tree | 81828bf2cdc016caab6c8cabae59218897cf3b7e /x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild | |
parent | Oops: ${WORKDIR} -> ${FILESDIR} ;-) (Manifest recommit) (diff) | |
download | gentoo-2-27692fc623caa7146c3e2d29924df1ff812d9d7d.tar.gz gentoo-2-27692fc623caa7146c3e2d29924df1ff812d9d7d.tar.bz2 gentoo-2-27692fc623caa7146c3e2d29924df1ff812d9d7d.zip |
Fixed BUG #59587.
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild index c42301ed6317..230b6d9110b7 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild,v 1.2 2004/09/02 16:47:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-3.9.ebuild,v 1.3 2004/09/09 22:14:28 kugelfang Exp $ + +inherit 64-bit eutils IUSE="xgetdefault" @@ -23,6 +25,7 @@ src_unpack() { sed -i -e \ "s~@TIC@ \(etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ doc/Makefile.in + 64-bit && epatch ${FILESDIR}/${P}-64bit.patch } src_compile() { |