summaryrefslogtreecommitdiffstats
path: root/games/pokerth/patches/pokerth-1.1.2-newer-protobuf.patch
blob: 81e0faf2ba9a6163a33785182bdd0cb50352f2a8 (plain)
diff -Naur pokerth-20230930_ecf031e.orig/chatcleaner.pro pokerth-20230930_ecf031e/chatcleaner.pro
--- pokerth-20230930_ecf031e.orig/chatcleaner.pro	2023-09-30 09:15:23.000000000 +0200
+++ pokerth-20230930_ecf031e/chatcleaner.pro	2024-03-03 16:38:51.640781000 +0100
@@ -38,6 +38,8 @@
 LIBS += -lpokerth_lib \
 	-lpokerth_protocol \
 	-lprotobuf \
+	-labsl_log_internal_check_op \
+	-labsl_log_internal_message \
 	-ltinyxml
 
 win32 {
diff -Naur pokerth-20230930_ecf031e.orig/pokerth_game.pro pokerth-20230930_ecf031e/pokerth_game.pro
--- pokerth-20230930_ecf031e.orig/pokerth_game.pro	2023-09-30 09:15:23.000000000 +0200
+++ pokerth-20230930_ecf031e/pokerth_game.pro	2024-03-03 15:33:13.587781000 +0100
@@ -524,7 +524,9 @@
 		kFreeBSD = $$find(UNAME, "kFreeBSD")
 		LIBS += -lsqlite3 \
 				-ltinyxml \
-				-lprotobuf
+				-lprotobuf \
+				-labsl_log_internal_check_op \
+				-labsl_log_internal_message
 		LIBS += $$BOOST_LIBS
 		LIBS += -lSDL \
 				-lSDL_mixer \
diff -Naur pokerth-20230930_ecf031e.orig/pokerth_server.pro pokerth-20230930_ecf031e/pokerth_server.pro
--- pokerth-20230930_ecf031e.orig/pokerth_server.pro	2023-09-30 09:15:23.000000000 +0200
+++ pokerth-20230930_ecf031e/pokerth_server.pro	2024-03-03 15:43:03.651781000 +0100
@@ -285,7 +285,9 @@
 	LIBS += $$BOOST_LIBS
 	LIBS += -lsqlite3 \
 			-ltinyxml \
-			-lprotobuf
+			-lprotobuf \
+			-labsl_log_internal_check_op \
+			-labsl_log_internal_message
 	LIBS += -lgsasl
 	!isEmpty( BSD ): isEmpty( kFreeBSD ){
 		LIBS += -lcrypto -liconv