File fix-boost.patch of Package crrcsim
diff -Nur crrcsim-0.9.13/configure.ac new/configure.ac
--- crrcsim-0.9.13/configure.ac 2016-04-10 18:57:15.000000000 +0200
+++ new/configure.ac 2021-04-16 02:36:10.454094760 +0200
@@ -226,7 +226,7 @@
AC_DEFINE([CGAL_VERSION3], [0], [CGAL_VERSION3 compatibility])
has_CGAL="yes (found CGAL > v3)"
AC_CHECK_LIB(gmp,__gmpq_init,,AC_MSG_ERROR([gmp library not found. Please install it.]))
- AC_CHECK_LIB(boost_thread-mt,main,,AC_MSG_ERROR([boost_thread-mt library not found. Please install it.]))
+ AC_CHECK_LIB(boost_thread,main,,AC_MSG_ERROR([boost_thread library not found. Please install it.]))
else
AC_DEFINE([CGAL_VERSION3], [1], [CGAL_VERSION3 compatibility])
has_CGAL="yes (found CGAL v3)"
diff -Nur crrcsim-0.9.13/crrc_config.h.in new/crrc_config.h.in
--- crrcsim-0.9.13/crrc_config.h.in 2016-04-10 18:57:44.000000000 +0200
+++ new/crrc_config.h.in 2021-04-16 02:36:58.758533035 +0200
@@ -12,7 +12,7 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the `boost_thread-mt' library (-lboost_thread-mt).
+/* Define to 1 if you have the `boost_thread' library (-lboost_thread).
*/
#undef HAVE_LIBBOOST_THREAD_MT