summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-05 12:34:07 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-05 12:34:07 +0000
commitc6e0e1a5a19342d60bf66c34dbad66edb3555530 (patch)
tree2a5a95bbf4591eae830cb61ba39c58562d582be2 /app-text
parentReplace CFLAGS with CXXFLAGS since it's g++ we are calling. (diff)
downloadgentoo-2-c6e0e1a5a19342d60bf66c34dbad66edb3555530.tar.gz
gentoo-2-c6e0e1a5a19342d60bf66c34dbad66edb3555530.tar.bz2
gentoo-2-c6e0e1a5a19342d60bf66c34dbad66edb3555530.zip
and do it for all instances.
(Portage version: 2.1.5_rc6)
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."
}