summaryrefslogtreecommitdiff
path: root/math/mathomatic/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-08-04 19:59:59 +0000
committerminskim <minskim@pkgsrc.org>2004-08-04 19:59:59 +0000
commit2933f808308203d5855cab74fd9ace3f704a546b (patch)
tree8718c13717fc6311ecf56aaa830d9b5c980f96c4 /math/mathomatic/patches
parent73e8702339cb9df4e0cee93d9780841e6ae6e32b (diff)
downloadpkgsrc-2933f808308203d5855cab74fd9ace3f704a546b.tar.gz
Update mathomatic to 11.3c.
Changes: "factor number" command now accepts more than one integer. Added file "mathomatic.ico". Added temporary fix for 64 bit longs. Added file "VERSION" which contains the version number of Mathomatic. "makefile" modified. Renamed "lgpl.txt" to "LICENSE.txt". "make install" now installs all HTML files in "/usr/local/doc/mathomatic". Added compile-time define "TIMEOUT_SECONDS". Useful for limiting the amount of time Mathomatic can run as a CGI.
Diffstat (limited to 'math/mathomatic/patches')
-rw-r--r--math/mathomatic/patches/patch-aa11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index 8a6298ecf87..f0fa1f34ece 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,13 +1,14 @@
-$NetBSD: patch-aa,v 1.6 2004/06/28 13:58:25 minskim Exp $
+$NetBSD: patch-aa,v 1.7 2004/08/04 19:59:59 minskim Exp $
---- makefile.orig 2004-06-25 18:30:52.000000000 -0500
+--- makefile.orig 2004-08-02 20:07:42.000000000 -0500
+++ makefile
-@@ -1,13 +1,13 @@
+@@ -1,14 +1,14 @@
# Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X.
--CFLAGS = -O -DUNIX
+ VERSION = `cat VERSION`
+-CFLAGS = -O -DUNIX -DVERSION=\"$(VERSION)\"
-LDFLAGS = -s
-+CFLAGS += -O -DUNIX
++CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
+#LDFLAGS = -s
LIBS = -lm