From 11640a8dc51146b41c337d030222f9c60c5c6d8b Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 23 May 2015 15:01:49 +0000 Subject: Upgrade to version 10.6.2. --- lang/newlisp/files/patch-makefile_bsdLP64_utf8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/newlisp/files/patch-makefile_bsdLP64_utf8') diff --git a/lang/newlisp/files/patch-makefile_bsdLP64_utf8 b/lang/newlisp/files/patch-makefile_bsdLP64_utf8 index ded11ad55d33..1ef889ff9666 100644 --- a/lang/newlisp/files/patch-makefile_bsdLP64_utf8 +++ b/lang/newlisp/files/patch-makefile_bsdLP64_utf8 @@ -1,6 +1,6 @@ ---- makefile_bsdLP64_utf8.orig +--- makefile_bsdLP64_utf8.orig 2015-01-19 17:10:12 UTC +++ makefile_bsdLP64_utf8 -@@ -6,14 +6,12 @@ +@@ -6,14 +6,12 @@ OBJS = newlisp.o nl-symbol.o nl-math.o n # the option -fno-strict-aliasing may not be available on some BSD versions @@ -9,7 +9,7 @@ # or without readline lib #CFLAGS = -m64 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD --CC = gcc +-CC = cc - default: $(OBJS) - $(CC) $(OBJS) -m64 -g -lm -lreadline -lncurses -o newlisp -- cgit v1.2.3