1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 01:51:24 +02:00
Files
gryf-overlay/net-news/newsboat/files/newsboat-2.11-flags.patch
T
gryf bf7c7de77b Added newsboat ebuild.
It will be removed from the official repository due to the dependent
library.
2020-04-20 13:12:09 +02:00

15 lines
380 B
Diff

--- newsboat-2.11/Makefile
+++ newsboat-2.11/Makefile
@@ -18,9 +18,9 @@
DEFINES+=-DGIT_HASH=\"$(GIT_HASH)\"
endif
-WARNFLAGS=-Werror -Wall -Wextra -Wunreachable-code
+WARNFLAGS=-Wall -Wextra -Wunreachable-code
INCLUDES=-Iinclude -Istfl -Ifilter -I. -Irss
-BARE_CXXFLAGS=-std=c++11 -O2 -ggdb $(INCLUDES)
+BARE_CXXFLAGS=-std=c++11 $(INCLUDES)
LDFLAGS+=-L.
PACKAGE=newsboat