diff options
Diffstat (limited to 'math/mathomatic/patches/patch-aa')
-rw-r--r-- | math/mathomatic/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index cbba0aaa5e3..95d9e6810fa 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.19 2008/06/21 17:23:26 minskim Exp $ +$NetBSD: patch-aa,v 1.20 2008/12/21 02:02:25 minskim Exp $ ---- makefile.orig 2008-06-15 05:37:20.000000000 -0700 +--- makefile.orig 2008-12-18 12:57:54.000000000 -0800 +++ makefile -@@ -8,8 +8,8 @@ LDFLAGS += # linker flags - LIBS += -lm # libraries to link +@@ -7,8 +7,8 @@ CFLAGS += -DUNIX -DVERSION=\"$(VERSION) + LDLIBS += -lm # libraries to link # "make READLINE=1" to include readline support: -CFLAGS += $(READLINE:1=-DREADLINE) --LIBS += $(READLINE:1=-lreadline -lncurses) +-LDLIBS += $(READLINE:1=-lreadline -lncurses) +CFLAGS += -DREADLINE -+LIBS += -lreadline ++LDLIBS += -lreadline # Install directories: prefix ?= /usr/local |