File: system-websockets.patch

package info (click to toggle)
pokerth 1.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,944 kB
  • sloc: ansic: 83,615; cpp: 64,152; java: 3,135; xml: 596; sh: 221; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: force use of system websocketpp library
Author: Gianfranco Costamagna <locutusofborg@debian.org>

Index: pokerth-1.1.2/pokerth_lib.pro
===================================================================
--- pokerth-1.1.2.orig/pokerth_lib.pro
+++ pokerth-1.1.2/pokerth_lib.pro
@@ -30,8 +30,7 @@
 		src/engine/local_engine \
 		src/engine/network_engine \
 		src/config \
-		src/core \
-		src/third_party/websocketpp
+		src/core
 
 DEPENDPATH += . \
 		src \