summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-08-15 07:38:07 +0200
committerHans de Graaff <graaff@gentoo.org>2021-08-15 09:41:13 +0200
commit2d4b7d5519ded98678c67fec32cfe250c0c96c47 (patch)
tree9e4168a690adc249a893ffc004206636d14d6e6e /app-misc/sphinx/files
parentdev-ruby/pundit: fix tests (diff)
downloadgentoo-2d4b7d5519ded98678c67fec32cfe250c0c96c47.tar.gz
gentoo-2d4b7d5519ded98678c67fec32cfe250c0c96c47.tar.bz2
gentoo-2d4b7d5519ded98678c67fec32cfe250c0c96c47.zip
app-misc/sphinx: modernize and fix issues
Drop re2 support since sphinx requires an obsolete version of re2. Closes: https://bugs.gentoo.org/771069 Use EAPI 8 and support automake 1.16, thanks for Andrey Volkov. Bug: https://bugs.gentoo.org/649120 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-misc/sphinx/files')
-rw-r--r--app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch b/app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch
new file mode 100644
index 000000000000..da556ef2ef64
--- /dev/null
+++ b/app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch
@@ -0,0 +1,10 @@
+diff --git a/api/libsphinxclient/Makefile.am b/api/libsphinxclient/Makefile.am
+index a4abfef..10d5914 100644
+--- a/api/libsphinxclient/Makefile.am
++++ b/api/libsphinxclient/Makefile.am
+@@ -10,4 +10,4 @@ libsphinxclient_la_LIBADD = @LTLIBOBJS@
+ libsphinxclient_la_LDFLAGS = -release @VERSION@
+
+ include_HEADERS = sphinxclient.h
+-test_LDADD = .libs/libsphinxclient.a
++test_LDADD = $(lib_LTLIBRARIES)