summaryrefslogtreecommitdiff
path: root/math/mathomatic/patches
diff options
context:
space:
mode:
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