commit:     a21cb1244aaa5c74a19bac1b48761dc2ab07b2d3
Author:     Jannis Achstetter <kripton <AT> kripserver <DOT> net>
AuthorDate: Tue Jan 16 19:12:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 05:59:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21cb124

app-misc/qlcplus: Drop Werror CFLAG

Closes: https://bugs.gentoo.org/920457
Signed-off-by: Jannis Achstetter <kripton <AT> kripserver.net>
Closes: https://github.com/gentoo/gentoo/pull/34840
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/qlcplus/qlcplus-4.12.7.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/qlcplus/qlcplus-4.12.7.ebuild 
b/app-misc/qlcplus/qlcplus-4.12.7.ebuild
index 63d949d616d7..651213b34d7b 100644
--- a/app-misc/qlcplus/qlcplus-4.12.7.ebuild
+++ b/app-misc/qlcplus/qlcplus-4.12.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,6 +53,10 @@ src_prepare() {
        ## Remove Werror-flag since there are some warnings with gcc-9.x
        sed -e "s/QMAKE_CXXFLAGS += -Werror/#&/g" \
                -i variables.pri || die
+
+       ## Remove Werror-flag since there are some warnings with gcc-9.x
+       sed -e "s/unix:QMAKE_CFLAGS += -Werror/#&/g" \
+               -i variables.pri || die
 }
 
 src_configure() {

Reply via email to