summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/highlight/highlight-2.6.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/highlight/highlight-2.6.9.ebuild b/app-text/highlight/highlight-2.6.9.ebuild
index 6f304ad429f9..38162c92fb32 100644
--- a/app-text/highlight/highlight-2.6.9.ebuild
+++ b/app-text/highlight/highlight-2.6.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.6.9.ebuild,v 1.3 2008/05/05 12:32:38 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.6.9.ebuild,v 1.4 2008/05/05 12:34:07 drac Exp $
WX_GTK_VER=2.6
@@ -24,7 +24,7 @@ src_unpack() {
"${FILESDIR}"/${P}-asneeded.patch
sed -i \
-e "s:-O2::" \
- -e "s:CFLAGS:CXXFLAGS:" \
+ -e "s:CFLAGS:CXXFLAGS:g" \
src/makefile || die "sed failed."
}