mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
16 lines
323 B
Plaintext
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
|
|
|