head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2009.08.11.11.47.01;	author stas;	state Exp;
branches;
next	;


desc
@@


1.2
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_bsdLP64_utf8 313758 2013-03-09 21:28:49Z olgeni $

--- makefile_bsdLP64_utf8.orig
+++ makefile_bsdLP64_utf8
@@@@ -6,14 +6,12 @@@@
 
 # the option -fno-strict-aliasing may not be available on some BSD versions 
 
-CFLAGS = -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD
+CFLAGS += -m64 -c -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI
 # or without readline lib
 #CFLAGS = -m64 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD
 
-CC = gcc
-
 default: $(OBJS)
-	$(CC) $(OBJS) -m64 -g -lm -lreadline -lncurses -o newlisp
+	$(CC) $(LDFLAGS) $(OBJS) -m64 -lm -lreadline -lncurses -lffi -o newlisp
 # or without readline lib
 #	$(CC) $(OBJS) -m64 -g -lm -o newlisp
 	strip newlisp
@


1.1
log
@- Update to 10.1.1.
- Change the master site URL until SF problems are resolved.
@
text
@d1 6
a6 3
--- makefile_bsdLP64_utf8.orig	2009-08-11 15:44:03.000000000 +0400
+++ makefile_bsdLP64_utf8	2009-08-11 15:44:26.000000000 +0400
@@@@ -6,7 +6,7 @@@@
d11 1
a11 1
+CFLAGS += -c -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD
d15 8
@

