commit:     b1556a4ddabf55f1adf02de75bb5bce64a4b18f5
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Feb  7 12:25:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 04:10:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1556a4d

app-arch/qpress: exclude -Werror on build

Closes: https://bugs.gentoo.org/889336
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29460
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/qpress/files/qpress-20220819-fix-build-system.patch | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-arch/qpress/files/qpress-20220819-fix-build-system.patch 
b/app-arch/qpress/files/qpress-20220819-fix-build-system.patch
index 79676f57664d..3fb5750eac9b 100644
--- a/app-arch/qpress/files/qpress-20220819-fix-build-system.patch
+++ b/app-arch/qpress/files/qpress-20220819-fix-build-system.patch
@@ -11,13 +11,12 @@ diff --git a/makefile b/makefile
 index 4890f9d..349fbb2 100755
 --- a/makefile
 +++ b/makefile
-@@ -1,9 +1,21 @@
+@@ -1,9 +1,20 @@
 -PREFIX = /usr/local
 +DESTDIR ?=
 +PREFIX ?= /usr/local
 +CXX ?= g++
-+CXXFLAGS ?= -O3
-+CXXFLAGS += -Wall -Wextra -Werror
++CXXFLAGS ?= -O3 -Wall -Wextra -Werror
 +LDFLAGS ?=
  
 -g++:  qpress.cpp aio.cpp quicklz.c utilities.cpp

Reply via email to