* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / games / asc / boost.patch
blob075dcd8ccb17dbb31938dd2fffc4b5d2726b0c57
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../asc/boost.patch
5 # Copyright (C) 2009 - 2010 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur asc-2.4.0.0-orig/configure asc-2.4.0.0/configure
18 --- asc-2.4.0.0-orig/configure 2010-05-12 12:28:11.976394308 +0000
19 +++ asc-2.4.0.0/configure 2010-05-12 12:30:56.394889091 +0000
20 @@ -22621,13 +22621,13 @@
21 #AC_MSG_RESULT("yes")
24 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_regex" >&5
25 -$as_echo_n "checking for main in -lboost_regex... " >&6; }
26 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_regex-mt" >&5
27 +$as_echo_n "checking for main in -lboost_regex-mt... " >&6; }
28 if test "${ac_cv_lib_boost_regex_main+set}" = set; then :
29 $as_echo_n "(cached) " >&6
30 else
31 ac_check_lib_save_LIBS=$LIBS
32 -LIBS="-lboost_regex $LIBS"
33 +LIBS="-lboost_regex-mt $LIBS"
34 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35 /* end confdefs.h. */
37 @@ -22652,7 +22652,7 @@
38 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_boost_regex_main" >&5
39 $as_echo "$ac_cv_lib_boost_regex_main" >&6; }
40 if test "x$ac_cv_lib_boost_regex_main" = x""yes; then :
41 - BOOST_LIBS="-lboost_regex"
42 + BOOST_LIBS="-lboost_regex-mt"
43 else
44 BOOSTERR=yes