summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-08 18:59:27 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-08 18:59:27 +0000
commit2f1160d642ffd66215d0ca2dc024736fe3db7e65 (patch)
treef0d4558a471776e4829cc02f54bd0670013f8139 /sys-process/lsof/lsof-4.78-r1.ebuild
parentRekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it (diff)
downloadgentoo-2-2f1160d642ffd66215d0ca2dc024736fe3db7e65.tar.gz
gentoo-2-2f1160d642ffd66215d0ca2dc024736fe3db7e65.tar.bz2
gentoo-2-2f1160d642ffd66215d0ca2dc024736fe3db7e65.zip
set DEBUG="" so it doesnt override our build flags
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-process/lsof/lsof-4.78-r1.ebuild')
-rw-r--r--sys-process/lsof/lsof-4.78-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/lsof/lsof-4.78-r1.ebuild b/sys-process/lsof/lsof-4.78-r1.ebuild
index 2a79a9bcd58f..7363bc69e3da 100644
--- a/sys-process/lsof/lsof-4.78-r1.ebuild
+++ b/sys-process/lsof/lsof-4.78-r1.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/sys-process/lsof/lsof-4.78-r1.ebuild,v 1.1 2007/07/13 03:04:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.78-r1.ebuild,v 1.2 2007/10/08 18:59:27 vapier Exp $
inherit eutils flag-o-matic fixheadtails toolchain-funcs
@@ -29,8 +29,8 @@ src_unpack() {
cd "${S}"
ht_fix_file Configure Customize
touch .neverInv
- epatch "${FILESDIR}/${P}"-answer-config.patch
- epatch "${FILESDIR}/${P}"-freebsd.patch
+ epatch "${FILESDIR}"/${P}-answer-config.patch
+ epatch "${FILESDIR}"/${P}-freebsd.patch
}
src_compile() {
@@ -47,7 +47,7 @@ src_compile() {
-e "/^RANLIB=/s:ranlib:$(tc-getRANLIB):" \
Makefile lib/Makefile
- emake all || die "emake failed"
+ emake DEBUG="" all || die "emake failed"
}
src_install() {