summaryrefslogtreecommitdiff
path: root/math/mathomatic/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-29 01:45:35 +0000
committerminskim <minskim@pkgsrc.org>2005-10-29 01:45:35 +0000
commit9af1fb4b74dff987e083f2d6e40ca8eee06eb28d (patch)
treee719621a9bb6ac9f2490ea13b24c789eece9632f /math/mathomatic/patches
parent6f5b605eead5a4b099907b84683925527ee15ddf (diff)
downloadpkgsrc-9af1fb4b74dff987e083f2d6e40ca8eee06eb28d.tar.gz
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".
Diffstat (limited to 'math/mathomatic/patches')
-rw-r--r--math/mathomatic/patches/patch-aa15
1 files changed, 5 insertions, 10 deletions
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index b6551e70102..65b46891781 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.15 2005/09/10 18:15:03 minskim Exp $
+$NetBSD: patch-aa,v 1.16 2005/10/29 01:45:35 minskim Exp $
---- makefile.orig 2005-08-29 11:59:12.000000000 -0700
+--- makefile.orig 2005-10-20 03:36:30.000000000 -0700
+++ makefile
-@@ -5,11 +5,11 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI
+@@ -5,8 +5,8 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI
LDFLAGS += -s
LIBS += -lm
@@ -11,10 +11,5 @@ $NetBSD: patch-aa,v 1.15 2005/09/10 18:15:03 minskim Exp $
+CFLAGS += -DREADLINE
+LIBS += -lreadline
--prefix = /usr
--bindir = /usr/local/bin
-+prefix = ${PREFIX}
-+bindir = ${PREFIX}/bin
- mandir = $(prefix)/share/man
- docdir = $(prefix)/share/doc
-
+ prefix ?= /usr/local
+ bindir ?= $(prefix)/bin