summaryrefslogtreecommitdiff
path: root/net-news/newsboat/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-03 13:48:30 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-03 13:48:30 +0100
commit24d75f43d3d4caf76f2448bb277e89a3b3ae0d99 (patch)
tree4f290d635d831599222130ba8ddbf1a726129426 /net-news/newsboat/files
parent8d8735134b6bb6e159162e531cccb456691a4ed4 (diff)
gentoo auto-resync : 03.08.2022 - 13:48:05
Diffstat (limited to 'net-news/newsboat/files')
-rw-r--r--net-news/newsboat/files/newsboat-2.28-flags.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-news/newsboat/files/newsboat-2.28-flags.patch b/net-news/newsboat/files/newsboat-2.28-flags.patch
new file mode 100644
index 000000000000..07d28eda1de3
--- /dev/null
+++ b/net-news/newsboat/files/newsboat-2.28-flags.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile b/Makefile
+index 252e6f77..6955a258 100644
+--- a/Makefile
++++ b/Makefile
+@@ -49,9 +49,9 @@ CXX_FOR_BUILD?=$(CXX)
+ # compiler and linker flags
+ DEFINES=-DLOCALEDIR='"$(localedir)"'
+
+-WARNFLAGS=-Werror -Wall -Wextra -Wunreachable-code
++WARNFLAGS=-Wall -Wextra -Wunreachable-code
+ INCLUDES=-Iinclude -Istfl -Ifilter -I. -Irss -I$(relative_cargo_target_dir)/cxxbridge/
+-BARE_CXXFLAGS=-std=c++11 -O2 -ggdb $(INCLUDES)
++BARE_CXXFLAGS=-std=c++11 $(INCLUDES)
+ LDFLAGS+=-L.
+
+ # Constants