diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-03-09 21:28:49 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-03-09 21:28:49 +0000 |
commit | e45341193944239158557611c72a9b6a609196ed (patch) | |
tree | d401251916e624215f8d490234ac641e09a96e12 /lang/newlisp/files/patch-makefile_bsd_lib | |
parent | Remove some dead variables (diff) |
Add support for the extended FFI, thus enabling the optional use
of the math/gsl interface.
Also, cleanup Makefile patches.
Notes
Notes:
svn path=/head/; revision=313758
Diffstat (limited to 'lang/newlisp/files/patch-makefile_bsd_lib')
-rw-r--r-- | lang/newlisp/files/patch-makefile_bsd_lib | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/newlisp/files/patch-makefile_bsd_lib b/lang/newlisp/files/patch-makefile_bsd_lib deleted file mode 100644 index 5320fde41744..000000000000 --- a/lang/newlisp/files/patch-makefile_bsd_lib +++ /dev/null @@ -1,13 +0,0 @@ ---- makefile_bsd_lib.orig 2011-09-21 07:21:04.000000000 -0700 -+++ makefile_bsd_lib 2011-11-13 21:18:47.000000000 -0800 -@@ -3,9 +3,7 @@ - OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \ - nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o pcre.o unix-lib.o - --CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -D_BSD -- --CC = gcc -+CFLAGS = -m32 -c -D_BSD - - default: $(OBJS) - $(CC) $(OBJS) -m32 -lm -shared -o newlisp.so |