From: Elan Ruusamäe Date: Tue, 30 Mar 2010 22:24:06 +0000 (+0000) Subject: - build on th X-Git-Tag: auto/ac/sphinx-0_9_9-2~11 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=dfbe632337784624f5d1e91d2b38ff72e3ac0c5a;p=packages%2Fsphinx.git - build on th Changed files: bug-468.patch -> 1.1 --- diff --git a/bug-468.patch b/bug-468.patch new file mode 100644 index 0000000..c2a5c17 --- /dev/null +++ b/bug-468.patch @@ -0,0 +1,14 @@ +http://www.sphinxsearch.com/bugs/view.php?id=468 +http://code.google.com/p/sphinxsearch/source/detail?r=2225 + +--- sphinx-0.9.9/api/libsphinxclient/sphinxclient.c~ 2009-11-14 01:23:06.000000000 +0200 ++++ sphinx-0.9.9/api/libsphinxclient/sphinxclient.c 2010-03-31 00:51:23.815645056 +0300 +@@ -277,7 +277,7 @@ + } + + +-void sock_close ( int sock ); ++static void sock_close ( int sock ); + + void sphinx_destroy ( sphinx_client * client ) + {