summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorPaul Clark2016-11-30 16:12:04 +0000
committerPaul Clark2016-11-30 16:12:04 +0000
commit92073322ba221115341ffcd5bc6a2750232f1e63 (patch)
treed63b144c38b47805a6cbbfd2af991b6e52951998 /makefile.patch
parenta951f16ea6909b0e43858e0f4c018b7177bf39cf (diff)
downloadaur-92073322ba221115341ffcd5bc6a2750232f1e63.tar.gz
Change makefile.patch
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/makefile.patch b/makefile.patch
index ee619ce0ab07..6b8f24d9af6c 100644
--- a/makefile.patch
+++ b/makefile.patch
@@ -1,16 +1,6 @@
diff -Naur src0/bible-kjv/Makefile src1/bible-kjv/Makefile
--- src0/bible-kjv/Makefile 2011-06-25 13:20:00.000000000 +0100
+++ src1/bible-kjv/Makefile 2015-05-31 20:09:48.435577487 +0100
-@@ -88,7 +88,8 @@
-
- # 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)\"
-+# Use default CFLAGS
-+CPPFLAGS += -DDESTLIB=\"$(DESTLIB)\"
- LDFLAGS =
- LDADD = -lreadline
-
@@ -442,23 +443,17 @@
@if [ $(DESTBIN) != . ]; then \
((cd $(DESTBIN);rm -f $(PROGRAM)); \