freebsd-ports/lang/newlisp/files/patch-makefile_bsd_lib
Chris Rees 528bfb2863 - Update to 10.3.3
- Add pgsql OPTION
- Use bsd.port.options.mk

PR:		ports/162711
Submitted by:	stas
Feature safe:	yes
2011-11-21 18:33:10 +00:00

13 lines
492 B
Text

--- 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