summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2008-09-14 19:43:41 +0000
committerRyan Hill <rhill@gentoo.org>2008-09-14 19:43:41 +0000
commit92c252255e57edcd481f095525f342641a80ac41 (patch)
tree680a7500f32a8122dec96b50734f4ca1fbba1a6a /eclass/flag-o-matic.eclass
parentchange patch to include my patch submitted (and included) in upstream's trunk... (diff)
downloadhistorical-92c252255e57edcd481f095525f342641a80ac41.tar.gz
historical-92c252255e57edcd481f095525f342641a80ac41.tar.bz2
historical-92c252255e57edcd481f095525f342641a80ac41.zip
Also declare new_FFLAGS and new_FCFLAGS as arrays in replace-flags(). Bug #234249.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 9919f3ec1823..2b87dfec6a20 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -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/eclass/flag-o-matic.eclass,v 1.124 2008/07/03 05:30:54 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.125 2008/09/14 19:43:41 dirtyepic Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -175,7 +175,7 @@ replace-flags() {
&& die "replace-flags takes 2 arguments, not $#"
local f fset
- declare -a new_CFLAGS new_CXXFLAGS
+ declare -a new_CFLAGS new_CXXFLAGS new_FFLAGS new_FCFLAGS
for fset in CFLAGS CXXFLAGS FFLAGS FCFLAGS; do
# Looping over the flags instead of using a global