1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-05-05 02:50:55 +02:00

Added newsboat ebuild.

It will be removed from the official repository due to the dependent
library.
This commit is contained in:
2020-04-20 13:12:07 +02:00
parent 4f68a3a5fb
commit bf7c7de77b
6 changed files with 449 additions and 0 deletions
@@ -0,0 +1,14 @@
--- 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