diff options
Diffstat (limited to 'x11-misc/xxkb/xxkb-1.10.ebuild')
-rw-r--r-- | x11-misc/xxkb/xxkb-1.10.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-misc/xxkb/xxkb-1.10.ebuild b/x11-misc/xxkb/xxkb-1.10.ebuild index b29bea9763b4..493f3acd1587 100644 --- a/x11-misc/xxkb/xxkb-1.10.ebuild +++ b/x11-misc/xxkb/xxkb-1.10.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-misc/xxkb/xxkb-1.10.ebuild,v 1.6 2004/06/24 22:47:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xxkb/xxkb-1.10.ebuild,v 1.7 2004/08/24 10:54:07 sekretarz Exp $ + +inherit eutils DESCRIPTION="eXtended XKB - assign different keymaps to different windows" HOMEPAGE="http://${PN}.sourceforge.net" @@ -11,6 +13,13 @@ KEYWORDS="x86" DEPEND="virtual/x11" IUSE="" +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}-gcc34-fix.patch +} + src_compile() { xmkmf || die emake PROJECTROOT=/usr PIXMAPDIR=/usr/share/xxkb || die |