ports/textproc/sphinx/patches/patch-src_sphinxutils_cpp

18 lines
460 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/sphinxutils.cpp
--- src/sphinxutils.cpp.orig
+++ 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;