diff options
author | David Seifert <soap@gentoo.org> | 2017-09-02 09:54:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-09-02 09:56:32 +0200 |
commit | 01e9edb299858c6d9f57f1f332d5b41b6f4833ba (patch) | |
tree | e38149a8999df84fe09958ae1632f0aed984fd80 /sys-libs/libstdc++-v3 | |
parent | dev-ruby/unf_ext: cleanup (diff) | |
download | gentoo-01e9edb299858c6d9f57f1f332d5b41b6f4833ba.tar.gz gentoo-01e9edb299858c6d9f57f1f332d5b41b6f4833ba.tar.bz2 gentoo-01e9edb299858c6d9f57f1f332d5b41b6f4833ba.zip |
sys-libs/libstdc++-v3: Filter '-fdiagnostics-color' from CFLAGS
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild index 8223a9533374..53ec501f081d 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils flag-o-matic libtool multilib @@ -101,6 +101,7 @@ do_filter_flags() { filter-flags '-W*' filter-flags -frecord-gcc-switches + filter-flags '-fdiagnostics-color*' # ...sure, why not? strip-unsupported-flags @@ -110,7 +111,7 @@ do_filter_flags() { PATCH_VER="1.9" -DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++" +DESCRIPTION="Compatibility package for binaries linked against a pre gcc 3.4 libstdc++" HOMEPAGE="https://gcc.gnu.org/libstdc++/" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 mirror://gentoo/gcc-${PV}-patches-${PATCH_VER}.tar.bz2" |