pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mathomatic Do not link against the curses library...
details: https://anonhg.NetBSD.org/pkgsrc/rev/782e0887e3e8
branches: trunk
changeset: 499125:782e0887e3e8
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Sep 10 18:15:03 2005 +0000
description:
Do not link against the curses library, which is not used by this
package.
diffstat:
math/mathomatic/distinfo | 4 ++--
math/mathomatic/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 6225354ef6d2 -r 782e0887e3e8 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Sat Sep 10 15:56:33 2005 +0000
+++ b/math/mathomatic/distinfo Sat Sep 10 18:15:03 2005 +0000
@@ -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 -r 6225354ef6d2 -r 782e0887e3e8 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa Sat Sep 10 15:56:33 2005 +0000
+++ b/math/mathomatic/patches/patch-aa Sat Sep 10 18:15:03 2005 +0000
@@ -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 @@
-CFLAGS += $(READLINE:1=-DREADLINE)
-LIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
-+LIBS += -lreadline -lncurses
++LIBS += -lreadline
-prefix = /usr
-bindir = /usr/local/bin
Home |
Main Index |
Thread Index |
Old Index