summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2006-11-23 11:37:17 +0000
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:56 -0400
commita335acdd06be04cfde1fd1788b291829c4d14396 (patch)
treeb7d506ec912e661b64b749a874c10863f285c000 /debian/patches
parent0d1d410e45840521251478efc5f99ced6b624c68 (diff)
Imported Debian patch 1.5.9-2
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/clucene.diff20
1 files changed, 16 insertions, 4 deletions
diff --git a/debian/patches/clucene.diff b/debian/patches/clucene.diff
index b7f9345..8f01f70 100644
--- a/debian/patches/clucene.diff
+++ b/debian/patches/clucene.diff
@@ -1,7 +1,7 @@
Index: sword-1.5.9/aclocal.m4
===================================================================
--- sword-1.5.9.orig/aclocal.m4 2006-09-21 10:53:39.000000000 +0100
-+++ sword-1.5.9/aclocal.m4 2006-09-25 23:43:16.000000000 +0100
++++ sword-1.5.9/aclocal.m4 2006-11-23 11:32:55.000000000 +0000
@@ -13,7 +13,7 @@
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
@@ -242,7 +242,7 @@ Index: sword-1.5.9/aclocal.m4
Index: sword-1.5.9/configure
===================================================================
--- sword-1.5.9.orig/configure 2006-09-21 10:53:51.000000000 +0100
-+++ sword-1.5.9/configure 2006-09-25 23:43:19.000000000 +0100
++++ sword-1.5.9/configure 2006-11-23 11:32:55.000000000 +0000
@@ -1,11 +1,12 @@
#! /bin/sh
# From configure.ac Revision: 1.45 .
@@ -12949,7 +12949,7 @@ Index: sword-1.5.9/configure
Index: sword-1.5.9/configure.ac
===================================================================
--- sword-1.5.9.orig/configure.ac 2006-09-02 21:28:06.000000000 +0100
-+++ sword-1.5.9/configure.ac 2006-09-25 23:35:56.000000000 +0100
++++ sword-1.5.9/configure.ac 2006-11-23 11:32:55.000000000 +0000
@@ -30,6 +30,8 @@
AC_C_BIGENDIAN
@@ -13010,7 +13010,7 @@ Index: sword-1.5.9/configure.ac
Index: sword-1.5.9/m4/acx_clucene.m4
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ sword-1.5.9/m4/acx_clucene.m4 2006-09-25 23:35:56.000000000 +0100
++++ sword-1.5.9/m4/acx_clucene.m4 2006-11-23 11:32:55.000000000 +0000
@@ -0,0 +1,70 @@
+dnl CLucene detection m4
+AC_DEFUN([ACX_CLUCENE], [
@@ -13082,3 +13082,15 @@ Index: sword-1.5.9/m4/acx_clucene.m4
+AC_LANG_RESTORE
+])dnl ACX_CLUCENE
+
+Index: sword-1.5.9/sword.pc.in
+===================================================================
+--- sword-1.5.9.orig/sword.pc.in 2006-11-23 11:34:29.000000000 +0000
++++ sword-1.5.9/sword.pc.in 2006-11-23 11:34:37.000000000 +0000
+@@ -7,6 +7,6 @@
+ Name: SWORD
+ Description: Biblical Text Engine
+ Version: @VERSION@
+-Libs: -L${libdir} -lsword -lz @CURL_LIBS@ @LUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
++Libs: -L${libdir} -lsword -lz @CURL_LIBS@ @CLUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
+ Cflags: -I${includedir}/sword
+