blob: 95d9e6810fa3938327a852c2f57cbd45ca78f7a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.20 2008/12/21 02:02:25 minskim Exp $
--- makefile.orig 2008-12-18 12:57:54.000000000 -0800
+++ makefile
@@ -7,8 +7,8 @@ CFLAGS += -DUNIX -DVERSION=\"$(VERSION)
LDLIBS += -lm # libraries to link
# "make READLINE=1" to include readline support:
-CFLAGS += $(READLINE:1=-DREADLINE)
-LDLIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
+LDLIBS += -lreadline
# Install directories:
prefix ?= /usr/local
|