pkgsrc/math/mathomatic/patches/patch-aa
minskim 9af1fb4b74 Update mathomatic to 12.5.0.
Changes:
- Made library work with constant strings passed as input to matho_process().
- Added "set bold_colors" option.  Use this if equations are difficult to read.
- Removed "doc/ctips.html".
- Cleaned up and improved makefiles.
- Fixed bug in "compile.secure".
2005-10-29 01:45:35 +00:00

15 lines
393 B
Text

$NetBSD: patch-aa,v 1.16 2005/10/29 01:45:35 minskim Exp $
--- makefile.orig 2005-10-20 03:36:30.000000000 -0700
+++ makefile
@@ -5,8 +5,8 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI
LDFLAGS += -s
LIBS += -lm
-CFLAGS += $(READLINE:1=-DREADLINE)
-LIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
+LIBS += -lreadline
prefix ?= /usr/local
bindir ?= $(prefix)/bin