Files
ports/sysutils/ttyplot/patches/patch-Makefile
T
2024-01-18 10:50:26 +00:00

16 lines
323 B
Plaintext

OpenBSD has ncurses in base.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -2,8 +2,7 @@ DESTDIR ?=
PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/man
CFLAGS += -Wall -Wextra
-CFLAGS += `pkg-config --cflags ncursesw`
-LDLIBS += `pkg-config --libs ncursesw` -lm
+LDLIBS += -lcurses -lm
all: ttyplot stresstest