summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/makefile.patch b/makefile.patch
index d65c25dffab4..b2520b5af667 100644
--- a/makefile.patch
+++ b/makefile.patch
@@ -1,13 +1,13 @@
diff -aur src0/bible-kjv/Makefile src1/bible-kjv/Makefile
---- src0/bible-kjv/Makefile 2011-06-25 13:20:00.000000000 +0100
-+++ src1/bible-kjv/Makefile 2018-05-03 16:30:18.151493296 +0100
-@@ -88,7 +88,7 @@
+--- src0/work/Makefile 2011-06-25 13:20:00.000000000 +0100
++++ src1/work/Makefile 2018-05-03 16:30:18.151493296 +0100
+@@ -88,7 +88,6 @@
# I use environment variables for these...
#CFLAGS = -g
-CFLAGS = -Wall -Wformat -Werror -Wshadow -W -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wbad-function-cast -Wpointer-arith -g2 -ggdb -DDESTLIB=\"$(DESTLIB)\"
-+CFLAGS = -O2 -DDESTLIB=\"$(DESTLIB)\"
- LDFLAGS =
+-LDFLAGS =
++CFLAGS += -DDESTLIB=\"$(DESTLIB)\"
LDADD = -lreadline
@@ -442,23 +442,17 @@