diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-07-03 10:52:56 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-07-03 10:52:56 +0000 |
commit | fa4d4dc1f16b297d757146dd5b4426e8c95c74b8 (patch) | |
tree | 620ce02ae55252343f6ac187c8b86dfd1e09544d /lang/newlisp/files/patch-makefile_bsd | |
parent | Fix build with custom LOCALBASE. (diff) |
- Update to 10.1.0.
Notes
Notes:
svn path=/head/; revision=236974
Diffstat (limited to 'lang/newlisp/files/patch-makefile_bsd')
-rw-r--r-- | lang/newlisp/files/patch-makefile_bsd | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/newlisp/files/patch-makefile_bsd b/lang/newlisp/files/patch-makefile_bsd index ed828d4df741..2c325c9a4221 100644 --- a/lang/newlisp/files/patch-makefile_bsd +++ b/lang/newlisp/files/patch-makefile_bsd @@ -1,19 +1,19 @@ ---- makefile_bsd.orig Thu Feb 15 01:59:11 2007 -+++ makefile_bsd Thu Feb 22 03:27:02 2007 +--- makefile_bsd.orig 2009-06-22 04:48:53.000000000 +0400 ++++ makefile_bsd 2009-07-02 14:37:54.000000000 +0400 @@ -6,14 +6,12 @@ # the option -fno-strict-aliasing may not be available on some BSD versions --CFLAGS = -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD -+CFLAGS = -c -DREADLINE -D_BSD - # for netBSD use following line - #CFLAGS = -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -D_BSD +-CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD ++CFLAGS = -m32 -c -DREADLINE -D_BSD + # or without readline lib + #CFLAGS = -m32 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -D_BSD -CC = gcc - default: $(OBJS) -- $(CC) $(OBJS) -g -lm -lreadline -lncurses -o newlisp -+ $(CC) $(OBJS) -lm -lreadline -lncurses -o newlisp - # for netBSD use following line - # $(CC) $(OBJS) -g -lm -o newlisp +- $(CC) $(OBJS) -m32 -g -lm -lreadline -lncurses -o newlisp ++ $(CC) $(OBJS) -m32 -lm -lreadline -lncurses -o newlisp + # or without readline lib + # $(CC) $(OBJS) -m32 -g -lm -o newlisp strip newlisp |