summaryrefslogtreecommitdiff
path: root/app-text/sword/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/sword/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/sword/files')
-rw-r--r--app-text/sword/files/sword-1.7.4-configure.patch23
-rw-r--r--app-text/sword/files/sword-1.7.4-gcc6.patch22
2 files changed, 0 insertions, 45 deletions
diff --git a/app-text/sword/files/sword-1.7.4-configure.patch b/app-text/sword/files/sword-1.7.4-configure.patch
deleted file mode 100644
index a098addcd0d2..000000000000
--- a/app-text/sword/files/sword-1.7.4-configure.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -16893,7 +16895,7 @@
- # ---------------------------------------------------------------------
-
- # NOTE the $libdir hack at the end of the c[xx]flags. Apparently F16 finds that clucene is not multilib-save and places some include files in /usr/lib[64]/
-+if test "x$with_clucene" != "xno"; then
--with_clucene=no
- if test "x$CLUCENE2_LIBS" != x; then
- echo "clucene 2.x found - lucene searching options available"
- AM_CXXFLAGS="$AM_CXXFLAGS $CLUCENE2_CFLAGS -DUSELUCENE -DCLUCENE2 -I$libdir"
-@@ -16914,6 +16912,11 @@
- echo "lucene searching options not available"
- fi
- fi
-+else
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: excluding support" >&5
-+$as_echo "clucene manually disabled - excluding support" >&6; }
-+with_clucene="no"
-+fi
-
- for ac_func in vsnprintf
- do :
diff --git a/app-text/sword/files/sword-1.7.4-gcc6.patch b/app-text/sword/files/sword-1.7.4-gcc6.patch
deleted file mode 100644
index 54c79671235e..000000000000
--- a/app-text/sword/files/sword-1.7.4-gcc6.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- sword-1.7.4/configure.ac.old 2016-09-21 18:04:55.029088352 -0400
-+++ sword-1.7.4/configure.ac 2016-09-21 18:05:37.870349308 -0400
-@@ -197,7 +197,7 @@
- fi
-
-
--AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-25"
-+AM_CXXFLAGS="$AM_CXXFLAGS"
-
- if test x$enable_warnings = xyes; then
- AM_CFLAGS="$AM_CFLAGS -Werror"
---- sword-1.7.4/configure.old 2016-09-21 18:05:05.900008373 -0400
-+++ sword-1.7.4/configure 2016-09-21 18:06:03.822112657 -0400
-@@ -16793,7 +16793,7 @@
- fi
-
-
--AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-25"
-+AM_CXXFLAGS="$AM_CXXFLAGS"
-
- if test x$enable_warnings = xyes; then
- AM_CFLAGS="$AM_CFLAGS -Werror"