From 82d580898cb7300bacdc8ebd1c2bf313dbf8e2b2 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Sat, 2 Apr 2011 10:57:32 +0200 Subject: [PATCH] On OpenBSD libreadline needs to be linked with -ltermcap. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fdd3bf..02db465 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ ifeq ($(UNAME),Darwin) # Mac OS X/MacPorts stuff else ifeq ($(UNAME),OpenBSD) # OpenBSD Ports stuff PORTS_CFLAGS = `pkg-config --cflags libelf libusb` - PORTS_LDFLAGS = `pkg-config --libs libelf libusb` + PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap else PORTS_CFLAGS = PORTS_LDFLAGS =