head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.10.13.02.12;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.03.10.52.56;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.13.15.24.13;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313758
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@
$FreeBSD: head/lang/newlisp/files/patch-makefile_bsd_utf8 313758 2013-03-09 21:28:49Z olgeni $

--- makefile_bsd_utf8.orig
+++ makefile_bsd_utf8
@@@@ -4,14 +4,12 @@@@
 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 nl-utf8.o pcre.o
 
-CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD -DSUPPORT_UTF8
+CFLAGS += -m32 -c -DREADLINE -D_BSD -DSUPPORT_UTF8 -DFFI
 # or without readline lib
 #CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -D_BSD -DSUPPORT_UTF8
 
-CC = gcc
-
 default: $(OBJS)
-	$(CC) $(OBJS) -m32 -g -lm -lreadline -lncurses -o newlisp
+	$(CC) $(LDFLAGS) $(OBJS) -m32 -lm -lreadline -lncurses -lffi -o newlisp
 # or without readline lib
 #	$(CC) $(OBJS) -m32 -g -lm -o newlisp
 	strip newlisp
@


1.2
log
@- Update to 10.1.0.
@
text
@d1 5
a5 2
--- makefile_bsd_utf8.orig	2009-06-22 04:48:53.000000000 +0400
+++ makefile_bsd_utf8	2009-07-03 14:32:08.000000000 +0400
d11 1
a11 1
+CFLAGS += -c -DREADLINE -D_BSD -DSUPPORT_UTF8
d19 1
a19 1
+	$(CC) $(OBJS) -lm -lreadline -lncurses -o newlisp
@


1.1
log
@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>
@
text
@d1 3
a3 3
--- makefile_bsd_utf8.orig	Wed Sep 13 17:33:18 2006
+++ makefile_bsd_utf8	Wed Sep 13 17:33:47 2006
@@@@ -4,16 +4,16 @@@@
d7 1
a7 1
-CFLAGS = -Wall -Wno-uninitialized -O2 -c -g -DREADLINE -D_BSD -DSUPPORT_UTF8
d9 2
a10 2
 # for netBSD use following line
 #CFLAGS = -Wall -Wno-uninitialized -O2 -c -g -D_BSD
d13 1
a13 2
+#CC = gcc
 
d15 1
a15 1
-	$(CC) $(OBJS) -g -lm -lreadline -lncurses -o newlisp
d17 2
a18 3
 # for netBSD use following line
-#	$(CC) $(OBJS) -g -lm -o newlisp
+#	$(CC) $(OBJS) -lm -o newlisp
a19 2
 
 .c.o:
@

