diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-16 23:23:56 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-16 23:23:56 +0000 |
commit | a4850696b607ffc2dbaa4c31000590a4fe98715d (patch) | |
tree | 18ac52816b86096268991ad2410c7bb6851658ce /sys-apps | |
parent | Missing patch (diff) | |
download | historical-a4850696b607ffc2dbaa4c31000590a4fe98715d.tar.gz historical-a4850696b607ffc2dbaa4c31000590a4fe98715d.tar.bz2 historical-a4850696b607ffc2dbaa4c31000590a4fe98715d.zip |
Patch bug fixed
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/procps/procps-2.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/procps/procps-2.0.6-r1.ebuild b/sys-apps/procps/procps-2.0.6-r1.ebuild index c51c7221c2f9..f657d53b6841 100644 --- a/sys-apps/procps/procps-2.0.6-r1.ebuild +++ b/sys-apps/procps/procps-2.0.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.6-r1.ebuild,v 1.3 2001/05/16 23:21:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.6-r1.ebuild,v 1.4 2001/05/16 23:23:56 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -16,7 +16,7 @@ src_unpack() { unpack ${A} cd ${S} - #patch -p1 < ${FILESDIR}/${P}.diff + patch -p0 < ${FILESDIR}/${PF}.diff mv Makefile Makefile.orig sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \ |