diff options
Diffstat (limited to 'math/mathomatic/patches/patch-aa')
-rw-r--r-- | math/mathomatic/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 348275caf87..8fb08e89b53 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.21 2009/06/10 17:03:55 minskim Exp $ +$NetBSD: patch-aa,v 1.22 2009/09/22 02:05:50 minskim Exp $ ---- makefile.orig 2009-05-31 11:01:26.000000000 -0700 +--- makefile.orig 2009-09-05 08:12:42.000000000 -0700 +++ makefile @@ -10,8 +10,8 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI LDLIBS += -lm # libraries to link # "make READLINE=1" to include readline support: -CFLAGS += $(READLINE:1=-DREADLINE) --LDLIBS += $(READLINE:1=-lreadline) +-LDLIBS += $(READLINE:1=-lreadline -lncurses) +CFLAGS += -DREADLINE +LDLIBS += -lreadline - # Install directories follow, installs everything in /usr/local by default: - prefix ?= /usr/local + # Uncomment the following to generate 64bit x86-64 code: + #CFLAGS += -m64 |