diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-05 16:24:54 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-05 16:24:54 +0000 |
commit | 7337948e5c0f3d4621cb310c6a0ccf487ad42ad8 (patch) | |
tree | 49d4f5e28a78c1de1961782c357a97e31252db78 | |
parent | Version bump and fixed dependency in 7.3.4-r1 on mips. (Manifest recommit) (diff) | |
download | gentoo-2-7337948e5c0f3d4621cb310c6a0ccf487ad42ad8.tar.gz gentoo-2-7337948e5c0f3d4621cb310c6a0ccf487ad42ad8.tar.bz2 gentoo-2-7337948e5c0f3d4621cb310c6a0ccf487ad42ad8.zip |
Added the 2.6 headers patch to the 3.10g ebuild.
-rw-r--r-- | app-arch/arj/arj-3.10g.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/arj/arj-3.10g.ebuild b/app-arch/arj/arj-3.10g.ebuild index 8980b6e0e064..652068f52df2 100644 --- a/app-arch/arj/arj-3.10g.ebuild +++ b/app-arch/arj/arj-3.10g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10g.ebuild,v 1.4 2004/02/29 12:16:31 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10g.ebuild,v 1.5 2004/03/05 16:24:54 plasmaroo Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Utility for opening arj archives." @@ -17,7 +17,7 @@ DEPEND="virtual/glibc" RESTRICT=nostrip src_compile() { - cd ${S} + epatch ${FILESDIR}/arj-3.10.18-2.6.headers.patch || die "Failed to apply 2.6 headers patch!" cd gnu autoconf econf || die |