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:
@@ -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
|
||||
Reference in New Issue
Block a user