diff options
Diffstat (limited to 'games-board/pokerth/files/pokerth-0.8.3-boost142.patch')
-rw-r--r-- | games-board/pokerth/files/pokerth-0.8.3-boost142.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-board/pokerth/files/pokerth-0.8.3-boost142.patch b/games-board/pokerth/files/pokerth-0.8.3-boost142.patch deleted file mode 100644 index 3abe50f18dc6..000000000000 --- a/games-board/pokerth/files/pokerth-0.8.3-boost142.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- pokerth_lib.pro.old 2011-07-03 23:52:06.769035002 +0200 -+++ pokerth_lib.pro 2011-07-03 23:52:57.994035008 +0200 -@@ -1,3 +1,4 @@ -+### eqmake4 was here ### - # QMake pro-file for PokerTH common library - - isEmpty( PREFIX ){ -@@ -14,7 +15,6 @@ - OBJECTS_DIR = obj - DEFINES += ENABLE_IPV6 - QT -= core gui --QMAKE_CXXFLAGS += -std=gnu++0x - #PRECOMPILED_HEADER = src/pch_lib.h - - INCLUDEPATH += . \ -@@ -255,3 +255,6 @@ - INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers - INCLUDEPATH += /opt/local/include - } -+ -+CONFIG -= debug_and_release debug -+CONFIG += release ---- pokerth_game.pro.old 2011-07-04 06:19:32.899038048 +0200 -+++ pokerth_game.pro 2011-07-04 06:19:50.507038051 +0200 -@@ -16,7 +16,6 @@ - warn_on - include(src/third_party/qtsingleapplication/qtsingleapplication.pri) - QT += sql --QMAKE_CXXFLAGS += -std=gnu++0x - UI_DIR = uics - MOC_DIR = mocs - OBJECTS_DIR = obj ---- pokerth_server.pro.old 2011-07-04 09:01:20.886039321 +0200 -+++ pokerth_server.pro 2011-07-04 09:01:32.746039322 +0200 -@@ -18,7 +18,6 @@ - DEFINES += ENABLE_IPV6 - DEFINES += PREFIX=\"$${PREFIX}\" - QT -= core gui --QMAKE_CXXFLAGS += -std=gnu++0x - #PRECOMPILED_HEADER = src/pch_lib.h - - INCLUDEPATH += . \ |