summaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch/files/patch-src_sphinxutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sphinxsearch/files/patch-src_sphinxutils.cpp')
-rw-r--r--textproc/sphinxsearch/files/patch-src_sphinxutils.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/sphinxsearch/files/patch-src_sphinxutils.cpp b/textproc/sphinxsearch/files/patch-src_sphinxutils.cpp
new file mode 100644
index 000000000000..cfdf3e4064ef
--- /dev/null
+++ b/textproc/sphinxsearch/files/patch-src_sphinxutils.cpp
@@ -0,0 +1,16 @@
+--- src/sphinxutils.cpp.orig 2018-02-03 10:25:41 UTC
++++ src/sphinxutils.cpp
+@@ -2103,11 +2103,11 @@ void sphBacktrace ( int iFD, bool bSafe )
+ #endif
+
+ #ifdef CONFIGURE_FLAGS
+- sphSafeInfo ( iFD, "Configured with flags: "CONFIGURE_FLAGS );
++ sphSafeInfo ( iFD, "Configured with flags: " CONFIGURE_FLAGS );
+ #endif
+
+ #ifdef OS_UNAME
+- sphSafeInfo ( iFD, "Host OS is "OS_UNAME );
++ sphSafeInfo ( iFD, "Host OS is " OS_UNAME );
+ #endif
+
+ bool bOk = true;