summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Clark2016-11-30 16:12:04 +0000
committerPaul Clark2016-11-30 16:12:04 +0000
commit92073322ba221115341ffcd5bc6a2750232f1e63 (patch)
treed63b144c38b47805a6cbbfd2af991b6e52951998
parenta951f16ea6909b0e43858e0f4c018b7177bf39cf (diff)
downloadaur-92073322ba221115341ffcd5bc6a2750232f1e63.tar.gz
Change makefile.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--makefile.patch10
3 files changed, 4 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3c7ed2d426a..363d6e57e948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bible-kjv
pkgdesc = King James Bible, Concordance, and Command-Line Viewer
pkgver = 4.29
- pkgrel = 1
+ pkgrel = 2
url = http://www.debian.org/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = bible-kjv
source = http://ftp.debian.org/debian/pool/main/b/bible-kjv/bible-kjv_4.29.tar.gz
source = makefile.patch
md5sums = e08a001de6e436cb4554ffcb19c24d37
- md5sums = 08416954dd098d84d800fa0fa07bea71
+ md5sums = 17018de81419f5bc227669aa03639c0d
pkgname = bible-kjv
diff --git a/PKGBUILD b/PKGBUILD
index 9c85f8d6d8ec..995d8347712d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: David Koenig <koenigdmj@gmail.com>
pkgname=bible-kjv
pkgver=4.29
-pkgrel=1
+pkgrel=2
pkgdesc="King James Bible, Concordance, and Command-Line Viewer"
arch=(i686 x86_64)
url="http://www.debian.org/"
@@ -12,7 +12,7 @@ makedepends=('perl')
source=(http://ftp.debian.org/debian/pool/main/b/${pkgname}/${pkgname}_${pkgver}.tar.gz
makefile.patch)
md5sums=('e08a001de6e436cb4554ffcb19c24d37'
- '08416954dd098d84d800fa0fa07bea71')
+ '17018de81419f5bc227669aa03639c0d')
package () {
patch -p1 < makefile.patch
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)); \