diff options
Diffstat (limited to 'dev-libs/vrb/vrb-0.3.0.ebuild')
-rw-r--r-- | dev-libs/vrb/vrb-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild index a2cd8fbd5605..5c1d02ba6738 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> # 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.7 2003/09/06 22:29:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.8 2003/09/11 01:10:02 msterret Exp $ DESCRIPTION="library for a virtual ring buffer" HOMEPAGE="http://phil.ipal.org/freeware/vrb/" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc" src_compile() { sed -e "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" \ - < Configure > Configure.hacked + < Configure > Configure.hacked cp Configure.hacked Configure ./Configure \ |