summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-13 12:28:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-13 12:28:29 +0000
commit6bb7d29d46bd0634fd2b1fccbcdd1bbd2d4624f0 (patch)
tree18949a2674356581b87391e78e86025ac6745b24 /app-crypt/md4sum
parentUse emake rather than make. (diff)
downloadgentoo-2-6bb7d29d46bd0634fd2b1fccbcdd1bbd2d4624f0.tar.gz
gentoo-2-6bb7d29d46bd0634fd2b1fccbcdd1bbd2d4624f0.tar.bz2
gentoo-2-6bb7d29d46bd0634fd2b1fccbcdd1bbd2d4624f0.zip
Use emake rather than make.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/md4sum')
-rw-r--r--app-crypt/md4sum/ChangeLog8
-rw-r--r--app-crypt/md4sum/md4sum-0.02.03.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/md4sum/ChangeLog b/app-crypt/md4sum/ChangeLog
index fd4544c163f7..2a35b3c0c409 100644
--- a/app-crypt/md4sum/ChangeLog
+++ b/app-crypt/md4sum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/md4sum
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/ChangeLog,v 1.8 2008/10/25 22:22:21 hanno Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/ChangeLog,v 1.9 2009/07/13 12:28:29 flameeyes Exp $
+
+ 13 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ md4sum-0.02.03.ebuild:
+ Use emake rather than make.
25 Oct 2008; Hanno Boeck <hanno@gentoo.org> md4sum-0.02.03.ebuild:
Respect CC variable.
diff --git a/app-crypt/md4sum/md4sum-0.02.03.ebuild b/app-crypt/md4sum/md4sum-0.02.03.ebuild
index 60770acb77a4..80f3f214467d 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-2008 Gentoo Foundation
+# Copyright 1999-2009 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.5 2008/10/25 22:22:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.6 2009/07/13 12:28:29 flameeyes Exp $
inherit eutils
@@ -16,7 +16,7 @@ src_compile() {
econf || die "econf failed"
sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" \
-e "s:install -s:install:g" Makefile
- make LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die "emake failed"
+ emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die "emake failed"
}
src_install() {