From d537e2c154473c1784d46fa3b521848bf24ca40d Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Tue, 11 Aug 2009 11:47:01 +0000 Subject: - Update to 10.1.1. - Change the master site URL until SF problems are resolved. --- lang/newlisp/files/patch-makefile_bsdLP64_utf8 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/newlisp/files/patch-makefile_bsdLP64_utf8 (limited to 'lang/newlisp/files/patch-makefile_bsdLP64_utf8') 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 + -- cgit v1.2.3