summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-13 20:36:29 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-13 20:36:29 +0000
commita75ebd1a984ba8b7a9ce0fa3b96931fd3e895e8d (patch)
treeaa4b626683bb23bd107d5b8ce59266cc10bdf1c6 /net-libs
parentwrong bug number in changelog (diff)
downloadgentoo-2-a75ebd1a984ba8b7a9ce0fa3b96931fd3e895e8d.tar.gz
gentoo-2-a75ebd1a984ba8b7a9ce0fa3b96931fd3e895e8d.tar.bz2
gentoo-2-a75ebd1a984ba8b7a9ce0fa3b96931fd3e895e8d.zip
convert from einstall to emake install to solve install bug on sparc
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libpcap/ChangeLog5
-rw-r--r--net-libs/libpcap/libpcap-0.9.7.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog
index 0406ea274f3b..81e5f23893b1 100644
--- a/net-libs/libpcap/ChangeLog
+++ b/net-libs/libpcap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.81 2007/09/06 14:55:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.82 2007/09/13 20:36:29 jokey Exp $
+
+ 13 Sep 2007; Markus Ullmann <jokey@gentoo.org> libpcap-0.9.7.ebuild:
+ convert from einstall to emake install to solve install bug on sparc
06 Sep 2007; Raúl Porcel <armin76@gentoo.org> libpcap-0.9.7.ebuild:
alpha/ia64/x86 stable
diff --git a/net-libs/libpcap/libpcap-0.9.7.ebuild b/net-libs/libpcap/libpcap-0.9.7.ebuild
index 1b41e9d04a18..c243b3914e6c 100644
--- a/net-libs/libpcap/libpcap-0.9.7.ebuild
+++ b/net-libs/libpcap/libpcap-0.9.7.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/net-libs/libpcap/libpcap-0.9.7.ebuild,v 1.2 2007/09/06 14:55:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild,v 1.3 2007/09/13 20:36:29 jokey Exp $
inherit autotools eutils multilib toolchain-funcs
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- einstall || die "make install failed"
+ emake DESTDIR=${D} install || die "emake install failed"
# We need this to build pppd on G/FBSD systems
if [[ "${USERLAND}" == "BSD" ]]; then
@@ -53,3 +53,4 @@ src_install() {
# We are not installing README.{Win32,aix,hpux,tru64} (bug 183057)
dodoc CREDITS CHANGES FILES VERSION TODO README{,.dag,.linux,.macosx,.septel}
}
+