diff options
author | 2003-02-10 07:42:57 +0000 | |
---|---|---|
committer | 2003-02-10 07:42:57 +0000 | |
commit | 6c5307fc1812152e10333e817258c6becf57a60b (patch) | |
tree | d834738d04059c28ce19f9211a1679db1b78af48 /media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild | |
parent | sed expression fix (diff) | |
download | gentoo-2-6c5307fc1812152e10333e817258c6becf57a60b.tar.gz gentoo-2-6c5307fc1812152e10333e817258c6becf57a60b.tar.bz2 gentoo-2-6c5307fc1812152e10333e817258c6becf57a60b.zip |
sed expression fix
Diffstat (limited to 'media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild')
-rw-r--r-- | media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild b/media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild index bf95b6d3180b..59d722c2090b 100644 --- a/media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild +++ b/media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild,v 1.5 2003/01/12 17:22:35 viz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild,v 1.6 2003/02/10 07:42:57 seemant Exp $ IUSE="" @@ -14,14 +14,14 @@ HOMEPAGE="http://www.ladspa.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc" src_unpack() { unpack "${A}" cd "${S}" - sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" < makefile > makefile.hacked + sed -e "/^CFLAGS/ s:-O3:${CFLAGS}:" < makefile > makefile.hacked mv makefile.hacked makefile } |