Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-0.8.3-boost142.patch
Date: Mon, 04 Jul 2011 07:42:30
Message-Id: 20110704074221.2C7292004B@flycatcher.gentoo.org
1 tupone 11/07/04 07:42:21
2
3 Added: pokerth-0.8.3-boost142.patch
4 Log:
5 Fix build with dev-libs/boost-1.42 and gcc-4.5 Bug #352429
6
7 (Portage version: 2.1.10.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-board/pokerth/files/pokerth-0.8.3-boost142.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.8.3-boost142.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.8.3-boost142.patch?rev=1.1&content-type=text/plain
14
15 Index: pokerth-0.8.3-boost142.patch
16 ===================================================================
17 --- pokerth_lib.pro.old 2011-07-03 23:52:06.769035002 +0200
18 +++ pokerth_lib.pro 2011-07-03 23:52:57.994035008 +0200
19 @@ -1,3 +1,4 @@
20 +### eqmake4 was here ###
21 # QMake pro-file for PokerTH common library
22
23 isEmpty( PREFIX ){
24 @@ -14,7 +15,6 @@
25 OBJECTS_DIR = obj
26 DEFINES += ENABLE_IPV6
27 QT -= core gui
28 -QMAKE_CXXFLAGS += -std=gnu++0x
29 #PRECOMPILED_HEADER = src/pch_lib.h
30
31 INCLUDEPATH += . \
32 @@ -255,3 +255,6 @@
33 INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
34 INCLUDEPATH += /opt/local/include
35 }
36 +
37 +CONFIG -= debug_and_release debug
38 +CONFIG += release
39 --- pokerth_game.pro.old 2011-07-04 06:19:32.899038048 +0200
40 +++ pokerth_game.pro 2011-07-04 06:19:50.507038051 +0200
41 @@ -16,7 +16,6 @@
42 warn_on
43 include(src/third_party/qtsingleapplication/qtsingleapplication.pri)
44 QT += sql
45 -QMAKE_CXXFLAGS += -std=gnu++0x
46 UI_DIR = uics
47 MOC_DIR = mocs
48 OBJECTS_DIR = obj
49 --- pokerth_server.pro.old 2011-07-04 09:01:20.886039321 +0200
50 +++ pokerth_server.pro 2011-07-04 09:01:32.746039322 +0200
51 @@ -18,7 +18,6 @@
52 DEFINES += ENABLE_IPV6
53 DEFINES += PREFIX=\"$${PREFIX}\"
54 QT -= core gui
55 -QMAKE_CXXFLAGS += -std=gnu++0x
56 #PRECOMPILED_HEADER = src/pch_lib.h
57
58 INCLUDEPATH += . \