diff options
Diffstat (limited to 'app-arch/cksfv/cksfv-1.3.ebuild')
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.ebuild b/app-arch/cksfv/cksfv-1.3.ebuild index 614e8596bf5b..42a40367f862 100644 --- a/app-arch/cksfv/cksfv-1.3.ebuild +++ b/app-arch/cksfv/cksfv-1.3.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/cksfv/cksfv-1.3.ebuild,v 1.10 2004/03/12 11:01:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.ebuild,v 1.11 2004/05/25 20:41:22 jhuebel Exp $ DESCRIPTION="cksfv: SFV checksum utility (simple file verification)" SRC_URI="http://www.fodder.org/cksfv/${P}.tar.gz" @@ -8,11 +8,14 @@ HOMEPAGE="http://www.fodder.org/cksfv/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha ~amd64" DEPEND="virtual/glibc" src_compile() { + # patch for int size problems on 64bit systems + use amd64 && epatch ${FILESDIR}/${P}-64bit-fix.patch + emake || die } |