aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lout/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lout/makefile.patch')
-rw-r--r--testing/lout/makefile.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/lout/makefile.patch b/testing/lout/makefile.patch
new file mode 100644
index 00000000000..cf5176bfd13
--- /dev/null
+++ b/testing/lout/makefile.patch
@@ -0,0 +1,41 @@
+--- a/makefile
++++ b/makefile
+@@ -274,16 +274,11 @@
+ #TRACING = -g -fno-omit-frame-pointer -fsanitize=undefined
+ #TRACING = -g -fno-omit-frame-pointer -fsanitize=address -fsanitize-recover
+
+-#PREFIX = /home/jeff
+-PREFIX = /usr/local
++PREFIX = /usr
+ BINDIR = $(PREFIX)/bin
+-#LOUTLIBDIR = $(PREFIX)/lout.lib
+-#LOUTDOCDIR = $(PREFIX)/lout.doc
+-#MANDIR = $(PREFIX)/lout.man
+-LIBDIR = $(PREFIX)/share/lout-$(VERSION)
+-LOUTLIBDIR = $(LIBDIR)/lib
+-LOUTDOCDIR = $(LIBDIR)/doc
+-MANDIR = $(LIBDIR)/man
++LOUTLIBDIR = $(PREFIX)/share/lout
++LOUTDOCDIR = $(PREFIX)/share/doc/lout
++MANDIR = $(PREFIX)/share/man/man1
+
+ LIBFONT = font
+ LIBMAPS = maps
+@@ -295,14 +290,14 @@
+ CHARIN = 1
+ CHAROUT = 0
+
+-USELOC = 1
++USELOC = 0
+ LOC_FR = fr
+ LOC_DE = de
+
+ COLLATE = 1
+
+-PDF_COMPRESSION = 0
+-ZLIB =
++PDF_COMPRESSION = 1
++ZLIB = -lz
+ ZLIBPATH =
+
+ CC = gcc