summary refs log tree commit diff
path: root/app-misc/stag/files/stag-1.0.0-ncurses.patch
blob: 2830134971034101ce91328b37718abe6b87ee7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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

Consider giving Nix/NixOS a try! <3