diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 07:42:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 07:42:57 +0000 |
commit | 6c5307fc1812152e10333e817258c6becf57a60b (patch) | |
tree | d834738d04059c28ce19f9211a1679db1b78af48 /media-libs/ladspa-sdk | |
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')
-rw-r--r-- | media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild | 8 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/ladspa-sdk-1.12.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild b/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild index 4e15e0bae314..0d1b2aeb5b15 100644 --- a/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild +++ b/media-libs/ladspa-sdk/ladspa-sdk-1.0.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.0.ebuild,v 1.5 2002/12/09 04:26:12 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild,v 1.6 2003/02/10 07:42:57 seemant Exp $ S=${WORKDIR}/ladspa_sdk/src DESCRIPTION="The Linux Audio Developer's Simple Plugin API and some example plugins" @@ -9,14 +9,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 } 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 } |