diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-12-06 17:23:53 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-12-06 17:23:53 +0000 |
commit | 98612b78c41987bb9dbe35934d63685bad4aa0b3 (patch) | |
tree | 640580f057a49e66e550bd6cf3b7afab8eb49895 /x11-misc/xkeycaps/xkeycaps-2.46.ebuild | |
parent | added --with-force=yes to build in chroot (diff) | |
download | historical-98612b78c41987bb9dbe35934d63685bad4aa0b3.tar.gz historical-98612b78c41987bb9dbe35934d63685bad4aa0b3.tar.bz2 historical-98612b78c41987bb9dbe35934d63685bad4aa0b3.zip |
Added patch to Imakefile
Diffstat (limited to 'x11-misc/xkeycaps/xkeycaps-2.46.ebuild')
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild index 1b0a2752368f..7a478c3d4bf4 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.11 2003/10/19 06:01:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.12 2003/12/06 17:23:53 pyrania Exp $ DESCRIPTION="GUI frontend to xmodmap" SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" @@ -15,6 +15,12 @@ RDEPEND="virtual/x11" DEPEND="${RDEPEND} >=sys-apps/sed-4" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/Imakefile.patch +} + src_compile() { xmkmf || die sed -i \ |