summaryrefslogtreecommitdiff
path: root/math/mathomatic/patches/patch-aa
blob: 8fb08e89b535105aa31ed59c808c58f5813c14bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.22 2009/09/22 02:05:50 minskim Exp $

--- makefile.orig	2009-09-05 08:12:42.000000000 -0700
+++ makefile
@@ -10,8 +10,8 @@ CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSI
 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
 
 # Uncomment the following to generate 64bit x86-64 code:
 #CFLAGS		+= -m64