summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim>2005-09-10 18:15:03 +0000
committerminskim <minskim>2005-09-10 18:15:03 +0000
commitdda1c2f1542eee2eaa7a09a5589c3b495db5e238 (patch)
treed46e6ddc76346ec6478e4c326e5f8fabe32f5848 /math
parent612bff58ba4722ee7520c5aa79ff590722d52344 (diff)
downloadpkgsrc-dda1c2f1542eee2eaa7a09a5589c3b495db5e238.tar.gz
Do not link against the curses library, which is not used by this
package.
Diffstat (limited to 'math')
-rw-r--r--math/mathomatic/distinfo4
-rw-r--r--math/mathomatic/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index 601b0a34adc..d88ac85f18d 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2005/09/05 14:44:15 minskim Exp $
+$NetBSD: distinfo,v 1.46 2005/09/10 18:15:03 minskim Exp $
SHA1 (mathomatic-12.4.10.tgz) = 681f7f69cd1ffbdd0b739d1a540630ba5b6636b9
RMD160 (mathomatic-12.4.10.tgz) = 550166dd5155d0cd77b88b0ff7622ad3bd752a70
Size (mathomatic-12.4.10.tgz) = 129953 bytes
-SHA1 (patch-aa) = fe3062fd5243ee7667ea49b18564c19b09750c45
+SHA1 (patch-aa) = 46ce4bdac9ee4846a24004e69847f51f994be2a0
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index c3852eb7cb5..b6551e70102 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.14 2005/09/05 14:44:15 minskim Exp $
+$NetBSD: patch-aa,v 1.15 2005/09/10 18:15:03 minskim Exp $
--- makefile.orig 2005-08-29 11:59:12.000000000 -0700
+++ makefile
@@ -9,7 +9,7 @@ $NetBSD: patch-aa,v 1.14 2005/09/05 14:44:15 minskim Exp $
-CFLAGS += $(READLINE:1=-DREADLINE)
-LIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
-+LIBS += -lreadline -lncurses
++LIBS += -lreadline
-prefix = /usr
-bindir = /usr/local/bin