16 lines
502 B
Plaintext
16 lines
502 B
Plaintext
$OpenBSD: patch-Makefile,v 1.4 2011/04/02 09:06:51 jasper Exp $
|
|
|
|
- Add missing library.
|
|
|
|
--- Makefile.orig Sun Feb 6 23:55:37 2011
|
|
+++ Makefile Sat Apr 2 10:56:51 2011
|
|
@@ -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 =
|