summaryrefslogtreecommitdiff
path: root/misc/xiphos/files/patch-src-backend-sword_main.diff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-06-02 16:53:43 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-06-02 16:53:43 +0000
commit90da95b6615d58cff9154218d6beacdf3f753780 (patch)
treee2608f92aaf0420db2b27059525c90fb04d22e14 /misc/xiphos/files/patch-src-backend-sword_main.diff
parentthe man files added in the previous commit are no manfiles but links to manfiles (diff)
Fix build on amd64.
PR: 81797 Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de> Approved by: Danny Boudrot (maintainer)
Diffstat (limited to 'misc/xiphos/files/patch-src-backend-sword_main.diff')
-rw-r--r--misc/xiphos/files/patch-src-backend-sword_main.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-src-backend-sword_main.diff b/misc/xiphos/files/patch-src-backend-sword_main.diff
new file mode 100644
index 000000000000..35e1cb29d547
--- /dev/null
+++ b/misc/xiphos/files/patch-src-backend-sword_main.diff
@@ -0,0 +1,13 @@
+--- src/backend/sword_main.cc.orig Thu Jul 1 15:45:30 2004
++++ src/backend/sword_main.cc Thu Jun 2 16:47:23 2005
+@@ -190,8 +190,8 @@
+ VerseKey key;
+ GList *retlist = NULL;
+ char *book = NULL;
+- unsigned int bytes_read;
+- unsigned int bytes_written;
++ gsize bytes_read;
++ gsize bytes_written;
+ GError *error;
+ int i = 0, j = 0, x = 2;
+