diff options
author | minskim <minskim@pkgsrc.org> | 2005-09-10 18:15:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-09-10 18:15:03 +0000 |
commit | 2131f1b3130800268c80acc91f8d86119b6d8b3b (patch) | |
tree | d46e6ddc76346ec6478e4c326e5f8fabe32f5848 /math/mathomatic | |
parent | 08c72539c0912740338df905841d6b51e614d538 (diff) | |
download | pkgsrc-2131f1b3130800268c80acc91f8d86119b6d8b3b.tar.gz |
Do not link against the curses library, which is not used by this
package.
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/distinfo | 4 | ||||
-rw-r--r-- | math/mathomatic/patches/patch-aa | 4 |
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 |