summaryrefslogtreecommitdiff
path: root/math/mathomatic/patches/patch-aa
blob: 78de3dc4bf4cbfe8ed060e88dd4681409e067142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.18 2007/04/18 21:09:13 minskim Exp $

--- makefile.orig	2007-04-04 15:06:10.000000000 -0700
+++ makefile
@@ -8,8 +8,8 @@ LDFLAGS		+= -s # The default linker flag
 LIBS		+= -lm # The default libraries to link.
 
 # "make READLINE=1" to include readline support:
-CFLAGS		+= $(READLINE:1=-DREADLINE)
-LIBS		+= $(READLINE:1=-lreadline -lncurses)
+CFLAGS		+= -DREADLINE
+LIBS		+= -lreadline
 
 # Install directories:
 prefix		?= /usr/local