summaryrefslogtreecommitdiff
path: root/lang/newlisp/files/patch-makefile_bsdLP64_utf8
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-05-23 15:01:49 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-05-23 15:01:49 +0000
commit11640a8dc51146b41c337d030222f9c60c5c6d8b (patch)
tree8914cdc101b56a7869d8c69b53c8685f525c9bed /lang/newlisp/files/patch-makefile_bsdLP64_utf8
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_bsdLP64_utf8')
-rw-r--r--lang/newlisp/files/patch-makefile_bsdLP64_utf86
1 files changed, 3 insertions, 3 deletions
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