diff options
author | Chris Reffett <creffett@gentoo.org> | 2017-11-14 09:03:20 -0500 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2017-11-14 09:04:08 -0500 |
commit | 35091c0e19d6bb95e53f62349a74af9ba370839c (patch) | |
tree | 4cd4c96f5ed04d554777c4fc0bd28bca43736247 /app-text/sword/files | |
parent | dev-db/mysql-cluster: Include dev-perl/JSON as a test dep (diff) | |
download | gentoo-35091c0e19d6bb95e53f62349a74af9ba370839c.tar.gz gentoo-35091c0e19d6bb95e53f62349a74af9ba370839c.tar.bz2 gentoo-35091c0e19d6bb95e53f62349a74af9ba370839c.zip |
app-text/sword: Fix automagic dep on clucene
Gentoo-Bug: 637398
Package-Manager: Portage-2.3.14, Repoman-2.3.5
RepoMan-Options: --force
Diffstat (limited to 'app-text/sword/files')
-rw-r--r-- | app-text/sword/files/sword-1.7.4-configure.patch | 23 |
1 files changed, 23 insertions, 0 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 new file mode 100644 index 000000000000..a098addcd0d2 --- /dev/null +++ b/app-text/sword/files/sword-1.7.4-configure.patch @@ -0,0 +1,23 @@ +--- 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 : |