From 51128b63699310d7e41c95b911bd3a5fe874b8cb Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 4 Jan 2024 12:25:49 -0500 Subject: [PATCH] zero-profile: even more flags --- profiles/pentoo/zero-system/profile.bashrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index e6ac4e5ff9..4b6431955c 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -93,9 +93,22 @@ if [[ ${CATEGORY}/${PN} == dev-util/android-tools ]]; then export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" export CXXFLAGS="${CXXFLAGS/-Werror=odr/}" fi +if [[ ${CATEGORY}/${PN} == kde-apps/gwenview ]]; then + # replicated on mammon but not naga + export CXXFLAGS="${CXXFLAGS/-Werror=odr/}" +fi +if [[ ${CATEGORY}/${PN} == kde-frameworks/khtml ]]; then + # replicated on mammon but not naga + export CXXFLAGS="${CXXFLAGS/-Werror=odr/}" +fi if [[ ${CATEGORY}/${PN} == kde-plasma/kwayland ]]; then export CXXFLAGS="${CXXFLAGS/-flto/}" fi +if [[ ${CATEGORY}/${PN} == kde-plasma/plasma-desktop ]]; then + # replicated on mammon but not naga + export CXXFLAGS="${CXXFLAGS/-Werror=odr/}" + export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" +fi if [[ ${CATEGORY}/${PN} == kde-plasma/plasma-vault ]]; then # replicated on mammon but not naga export CXXFLAGS="${CXXFLAGS/-Werror=odr/}"