freebsd-ports/lang/newlisp/files/patch-makefile_bsd_lib
Martin Wilke df4ef73dde The newLISP is a scripting language for developing web applications and
programs in general and in the domains of artificial intelligence (AI) and
statistics.

Author: Lutz Mueller
WWW:    http://www.newlisp.org/

PR:		ports/103226
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-09-13 15:24:13 +00:00

14 lines
472 B
Text

--- makefile_bsd_lib.orig Wed Sep 13 17:32:38 2006
+++ makefile_bsd_lib Wed Sep 13 17:32:59 2006
@@ -3,9 +3,9 @@
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 = -Wall -pedantic -Wno-uninitialized -O2 -c -DLIBRARY -D_BSD
+CFLAGS +=-c -DLIBRARY -D_BSD
-CC = gcc
+#CC = gcc
default: $(OBJS)
$(CC) $(OBJS) -lm -shared -o newlisp.so