diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-05-23 15:01:49 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-05-23 15:01:49 +0000 |
commit | 11640a8dc51146b41c337d030222f9c60c5c6d8b (patch) | |
tree | 8914cdc101b56a7869d8c69b53c8685f525c9bed /lang/newlisp/files/patch-makefile_bsd | |
parent | - Force linking with readline from ports (diff) |
Upgrade to version 10.6.2.
Notes
Notes:
svn path=/head/; revision=387132
Diffstat (limited to 'lang/newlisp/files/patch-makefile_bsd')
-rw-r--r-- | lang/newlisp/files/patch-makefile_bsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/newlisp/files/patch-makefile_bsd b/lang/newlisp/files/patch-makefile_bsd index 571a760fe154..1cf1c0dba230 100644 --- a/lang/newlisp/files/patch-makefile_bsd +++ b/lang/newlisp/files/patch-makefile_bsd @@ -1,6 +1,6 @@ ---- makefile_bsd.orig +--- makefile_bsd.orig 2015-01-19 17:10:12 UTC +++ makefile_bsd -@@ -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 = -m32 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -D_BSD --CC = gcc +-CC = cc - default: $(OBJS) - $(CC) $(OBJS) -m32 -g -lm -lreadline -lncurses -o newlisp |