summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-11 19:34:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-11 19:34:01 +0000
commitec4de203f0e1f27ef55b2275d17d3c2f8402a364 (patch)
tree209ec2b7ff086277f69f854d41ee35b76e2a0850 /media-sound/synaesthesia/synaesthesia-2.4.ebuild
parentstable x86, bug 231639 (diff)
downloadhistorical-ec4de203f0e1f27ef55b2275d17d3c2f8402a364.tar.gz
historical-ec4de203f0e1f27ef55b2275d17d3c2f8402a364.tar.bz2
historical-ec4de203f0e1f27ef55b2275d17d3c2f8402a364.zip
Replace double quotes with single quotes to fix configure differently wrt #240832.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound/synaesthesia/synaesthesia-2.4.ebuild')
-rw-r--r--media-sound/synaesthesia/synaesthesia-2.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
index 4d8a729a5006..1fce3fa94be1 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v 1.5 2009/05/11 13:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v 1.6 2009/05/11 19:34:01 ssuominen Exp $
EAPI=2
@@ -22,8 +22,8 @@ DEPEND="${RDEPEND}
x11-proto/xextproto"
src_prepare() {
- sed -e "/CFLAGS=/s:-O4:${CFLAGS}:" \
- -e "/CXXFLAGS=/s:-O4:${CXXFLAGS}:" -i configure || die "sed failed"
+ sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \
+ -e '/CXXFLAGS=/s:-O4:${CXXFLAGS}:' -i configure || die "sed failed"
sed -e 's:void inline:inline void:' -i syna.h || die "sed failed"
}