diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-08-11 11:47:01 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-08-11 11:47:01 +0000 |
commit | d537e2c154473c1784d46fa3b521848bf24ca40d (patch) | |
tree | a140802b8a8b37dc6efe3b35c43223ae982f28d0 /lang/newlisp/files/patch-makefile_bsdLP64_utf8 | |
parent | - Update to 2.11.0. (diff) |
- Update to 10.1.1.
- Change the master site URL until SF problems are resolved.
Notes
Notes:
svn path=/head/; revision=239313
Diffstat (limited to 'lang/newlisp/files/patch-makefile_bsdLP64_utf8')
-rw-r--r-- | lang/newlisp/files/patch-makefile_bsdLP64_utf8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/newlisp/files/patch-makefile_bsdLP64_utf8 b/lang/newlisp/files/patch-makefile_bsdLP64_utf8 new file mode 100644 index 000000000000..32d9a9c06edb --- /dev/null +++ b/lang/newlisp/files/patch-makefile_bsdLP64_utf8 @@ -0,0 +1,11 @@ +--- 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 @@ + + # 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 += -c -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD + # or without readline lib + #CFLAGS = -m64 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD + |