commit: c76d8f2283b24bedcdcf7d478412adc6db54bdb2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Thu Aug 20 13:27:02 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Thu Aug 20 13:27:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76d8f22
app-i18n/canfep: respect CXXFLAGS Closes: https://bugs.gentoo.org/734236 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/canfep/canfep-1.0-r1.ebuild | 3 ++- app-i18n/canfep/canfep-1.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-i18n/canfep/canfep-1.0-r1.ebuild b/app-i18n/canfep/canfep-1.0-r1.ebuild index c78e54ada07..47db7408be3 100644 --- a/app-i18n/canfep/canfep-1.0-r1.ebuild +++ b/app-i18n/canfep/canfep-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -36,6 +36,7 @@ src_prepare() { src_compile() { emake \ CC="$(tc-getCXX)" \ + CFLAGS="${CXXFLAGS}" \ LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)" } diff --git a/app-i18n/canfep/canfep-1.0.ebuild b/app-i18n/canfep/canfep-1.0.ebuild index a290748825d..318da4e8944 100644 --- a/app-i18n/canfep/canfep-1.0.ebuild +++ b/app-i18n/canfep/canfep-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -30,6 +30,7 @@ src_prepare() { src_compile() { emake \ CC="$(tc-getCXX)" \ + CFLAGS="${CXXFLAGS}" \ LIBS="-lcanna $(pkg-config --libs ncurses)" }
