diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-08-25 00:19:56 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-08-25 00:19:56 +0000 |
commit | c46487f4a623b4c75f61168b9950b112f0d2d380 (patch) | |
tree | 33e4dca115bdced13c59b9e74abde0a87370ff05 /app-crypt/md4sum/md4sum-0.02.03.ebuild | |
parent | Clean up old ebuilds. (diff) | |
download | historical-c46487f4a623b4c75f61168b9950b112f0d2d380.tar.gz historical-c46487f4a623b4c75f61168b9950b112f0d2d380.tar.bz2 historical-c46487f4a623b4c75f61168b9950b112f0d2d380.zip |
md4sum QA fixes
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'app-crypt/md4sum/md4sum-0.02.03.ebuild')
-rw-r--r-- | app-crypt/md4sum/md4sum-0.02.03.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/md4sum/md4sum-0.02.03.ebuild b/app-crypt/md4sum/md4sum-0.02.03.ebuild index 2bc8beb6f904..33d3ece0ef23 100644 --- a/app-crypt/md4sum/md4sum-0.02.03.ebuild +++ b/app-crypt/md4sum/md4sum-0.02.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.1 2007/04/22 03:34:51 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.2 2007/08/25 00:19:56 hanno Exp $ DESCRIPTION="md4 and edonkey hash algorithm tool" HOMEPAGE="http://absinth.dyndns.org/linux/c/" @@ -11,7 +11,9 @@ KEYWORDS="~amd64 ~x86" src_compile() { econf || die "econf failed" - emake || die "emake failed" + sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" \ + -e "s:install -s:install:g" Makefile + make LDFLAGS="${LDFLAGS}" || die "emake failed" } src_install() { |