diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:16:46 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:16:46 +0000 |
commit | 17feae113219daf8eea8c61571c1c98aee19048d (patch) | |
tree | 559523071769a28d4f6e6a7eb980f6e8e014e486 /dev-libs/vrb/vrb-0.3.0.ebuild | |
parent | headr fix (diff) | |
download | gentoo-2-17feae113219daf8eea8c61571c1c98aee19048d.tar.gz gentoo-2-17feae113219daf8eea8c61571c1c98aee19048d.tar.bz2 gentoo-2-17feae113219daf8eea8c61571c1c98aee19048d.zip |
header fix
Diffstat (limited to 'dev-libs/vrb/vrb-0.3.0.ebuild')
-rw-r--r-- | dev-libs/vrb/vrb-0.3.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild index 5c1d02ba6738..46804b507eda 100644 --- a/dev-libs/vrb/vrb-0.3.0.ebuild +++ b/dev-libs/vrb/vrb-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 2002 Johannes Findeisen <you@hanez.org> +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.8 2003/09/11 01:10:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.9 2003/09/29 21:12:26 mholzer Exp $ DESCRIPTION="library for a virtual ring buffer" HOMEPAGE="http://phil.ipal.org/freeware/vrb/" @@ -13,9 +13,7 @@ KEYWORDS="x86 sparc" DEPEND="virtual/glibc" src_compile() { - sed -e "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" \ - < Configure > Configure.hacked - cp Configure.hacked Configure + sed -i "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" Configure ./Configure \ --prefix=/usr || die "./Configure failed" |