diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-05 12:32:38 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-05 12:32:38 +0000 |
commit | a3c91192ee88c39ab4022517422f996b2abdea2e (patch) | |
tree | 38368258ce3b226a9494c20efa453f5ef5646462 | |
parent | alpha/ia64/sparc stable wrt #217839 (diff) | |
download | gentoo-2-a3c91192ee88c39ab4022517422f996b2abdea2e.tar.gz gentoo-2-a3c91192ee88c39ab4022517422f996b2abdea2e.tar.bz2 gentoo-2-a3c91192ee88c39ab4022517422f996b2abdea2e.zip |
Replace CFLAGS with CXXFLAGS since it's g++ we are calling.
(Portage version: 2.1.5_rc6)
-rw-r--r-- | app-text/highlight/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.6.9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index e1728dc47a2c..967af0ddfe5a 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/highlight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.16 2008/05/04 20:34:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.17 2008/05/05 12:32:38 drac Exp $ + + 05 May 2008; Samuli Suominen <drac@gentoo.org> highlight-2.6.9.ebuild: + Replace CFLAGS with CXXFLAGS since it's g++ we are calling. *highlight-2.6.9 (04 May 2008) diff --git a/app-text/highlight/highlight-2.6.9.ebuild b/app-text/highlight/highlight-2.6.9.ebuild index d6c4e78209a3..6f304ad429f9 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.2 2008/05/04 20:41:59 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.6.9.ebuild,v 1.3 2008/05/05 12:32:38 drac Exp $ WX_GTK_VER=2.6 @@ -24,6 +24,7 @@ src_unpack() { "${FILESDIR}"/${P}-asneeded.patch sed -i \ -e "s:-O2::" \ + -e "s:CFLAGS:CXXFLAGS:" \ src/makefile || die "sed failed." } |