diff options
author | Casey Avila <casey@theavilas.org> | 2020-10-02 21:23:33 -0700 |
---|---|---|
committer | Casey Avila <casey@theavilas.org> | 2020-10-02 21:23:33 -0700 |
commit | 01c481ccab62bf520a83bce5d4021b9b5b647654 (patch) | |
tree | 1e5f4d571bb0a3e83f3e0b5a137d0b49a276ed01 /app-misc/stag/files | |
parent | x11-apps/sx: Update ebuild, bump version (diff) |
app-misc/stag: Add package
Diffstat (limited to 'app-misc/stag/files')
-rw-r--r-- | app-misc/stag/files/stag-1.0.0-ncurses.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/stag/files/stag-1.0.0-ncurses.patch b/app-misc/stag/files/stag-1.0.0-ncurses.patch new file mode 100644 index 0000000..2830134 --- /dev/null +++ b/app-misc/stag/files/stag-1.0.0-ncurses.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2020-10-02 20:44:39.606575295 -0700 ++++ b/Makefile 2020-10-02 20:45:28.695961593 -0700 +@@ -1,7 +1,7 @@ + CC ?= gcc + CFLAGS=-Wall -Werror -Wextra -std=c99 -pedantic -Wno-unused-parameter + # D_BSD_SOURCE for strsep +-LIBS=-lncurses -lm -D_DEFAULT_SOURCE ++LIBS=-lncurses -ltinfo -lm -D_DEFAULT_SOURCE + PREFIX ?= /usr/local + + .PHONY: install uninstall clean |