]> git.pld-linux.org Git - packages/pokerth.git/blob - cxx11-build.patch
- release 6 (by relup.sh)
[packages/pokerth.git] / cxx11-build.patch
1 From 924fcd64044bd17c683345627def83df044ce867 Mon Sep 17 00:00:00 2001
2 From: Felix Hammer <f.hammer@web.de>
3 Date: Wed, 19 Aug 2015 15:02:10 +0200
4 Subject: [PATCH] Linux Desktop build fix
5
6 ---
7  pokerth_lib.pro | 2 ++
8  1 file changed, 2 insertions(+)
9
10 diff --git a/pokerth_lib.pro b/pokerth_lib.pro
11 index 6ab18b9..e9f1e3a 100644
12 --- a/pokerth_lib.pro
13 +++ b/pokerth_lib.pro
14 @@ -256,6 +256,8 @@ win32{
15         ##### My release static build options
16         #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
17         INCLUDEPATH += $${PREFIX}/include /opt/gsasl/include
18 +        DEFINES += _WEBSOCKETPP_CPP11_STL_
19 +        QMAKE_CXXFLAGS += -std=gnu++11
20  }
21  
22  mac{
This page took 0.082887 seconds and 3 git commands to generate.