From 0c8b6dd346b97c1607c293d541babed190f33ea0 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 9 Feb 2018 17:26:16 -0500 Subject: Link -lncurses Apparently the curses link doesn't exist everywhere. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index ffbde39a..f9c5811c 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,7 +5,7 @@ ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) GFX = none CFLAGS += -Wall -Wextra -Wpedantic -LDLIBS = -lcurses -ledit -lutil -lz +LDLIBS = -ledit -lncurses -lutil -lz LDLIBS_cocoa = -framework Cocoa LDLIBS_x11 = -lX11 -- cgit 1.4.1 8600d997b42699788'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/man6 (unfollow)
Commit message (Collapse)Author
9 hoursPut lens and (future) film at the tops of photo pagesJune McEnroe
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe