opnsense-ports/graphics/ttyplot/files/patch-Makefile
Franco Fichtner 5ac47551bc */*: sync with upstream
Taken from: FreeBSD
2024-10-01 00:28:51 +02:00

12 lines
312 B
Text

--- Makefile.orig 2024-09-20 14:10:26 UTC
+++ Makefile
@@ -2,8 +2,7 @@ CFLAGS += -Wall -Wextra
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