diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-03-12 12:17:23 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-03-12 12:17:23 +0000 |
commit | 95013baad9b2f3f28ea1621d278f639e5eb8c611 (patch) | |
tree | 2791670617ec17750a648b3bb4afac05931f5f21 /net-misc | |
parent | Stable on ppc64 (diff) | |
download | historical-95013baad9b2f3f28ea1621d278f639e5eb8c611.tar.gz historical-95013baad9b2f3f28ea1621d278f639e5eb8c611.tar.bz2 historical-95013baad9b2f3f28ea1621d278f639e5eb8c611.zip |
Fixed gcc-3.4 patch path
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/zaptel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/zaptel/ChangeLog b/net-misc/zaptel/ChangeLog index f5d82c1b0ec0..d4a4c2cf8c9a 100644 --- a/net-misc/zaptel/ChangeLog +++ b/net-misc/zaptel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/zaptel # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.33 2005/03/11 15:20:52 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.34 2005/03/12 12:17:23 stkn Exp $ + + 12 Mar 2005; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.6.ebuild: + Fixed gcc-3.4 patch path 11 Mar 2005; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.6.ebuild: Fix zaptel Makefile(s) to use /usr/src/linux as the kernel to build for, diff --git a/net-misc/zaptel/zaptel-1.0.6.ebuild b/net-misc/zaptel/zaptel-1.0.6.ebuild index fec498801fa9..c4170da22d1f 100644 --- a/net-misc/zaptel/zaptel-1.0.6.ebuild +++ b/net-misc/zaptel/zaptel-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.6.ebuild,v 1.2 2005/03/11 15:20:53 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.6.ebuild,v 1.3 2005/03/12 12:17:23 stkn Exp $ IUSE="devfs26 bri florz" @@ -77,7 +77,7 @@ src_unpack() { # apply patch for gcc-3.4.x if that's the compiler in use... # fixes (#76707) if use x86 && [[ `gcc-fullversion` = "3.4.3" ]]; then - epatch ${FILESDIR}/${P}-gcc34.patch + epatch ${FILESDIR}/${PN}-1.0.4-gcc34.patch fi # try to apply bristuff patch |