]> git.pld-linux.org Git - packages/pokerth.git/blame - x32.patch
- release 7 (by relup.sh)
[packages/pokerth.git] / x32.patch
CommitLineData
d89f6892
JR
1--- PokerTH-1.1-src/pokerth_game.pro~ 2013-12-22 17:58:01.000000000 +0100
2+++ PokerTH-1.1-src/pokerth_game.pro 2015-06-27 10:48:03.818795259 +0200
3@@ -408,6 +408,7 @@
4 LIBPATH += $${PREFIX}/lib /opt/gsasl/lib
5 LIB_DIRS = $${PREFIX}/lib \
6 $${PREFIX}/lib64 \
7+ $${PREFIX}/libx32 \
8 $$system(qmake -query QT_INSTALL_LIBS)
9 }
10 android{
11--- PokerTH-1.1-src/connectivity.pro~ 2013-12-22 17:58:01.000000000 +0100
12+++ PokerTH-1.1-src/connectivity.pro 2015-06-27 10:48:51.073035818 +0200
13@@ -41,7 +41,7 @@
14
15 QMAKE_LIBDIR += lib $${PREFIX}/lib /opt/gsasl/lib
16 INCLUDEPATH += $${PREFIX}/include
17- LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $$system(qmake -query QT_INSTALL_LIBS)
18+ LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $${PREFIX}/libx32 $$system(qmake -query QT_INSTALL_LIBS)
19 BOOST_PROGRAM_OPTIONS = boost_program_options boost_program_options-mt
20 BOOST_SYS = boost_system boost_system-mt
21
22--- PokerTH-1.1-src/load.pro~ 2013-12-22 17:58:01.000000000 +0100
23+++ PokerTH-1.1-src/load.pro 2015-06-27 10:49:15.413504240 +0200
24@@ -42,7 +42,7 @@
25
26 QMAKE_LIBDIR += lib $${PREFIX}/lib /opt/gsasl/lib
27 INCLUDEPATH += $${PREFIX}/include
28- LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $$system(qmake -query QT_INSTALL_LIBS)
29+ LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $${PREFIX}/libx32 $$system(qmake -query QT_INSTALL_LIBS)
30 BOOST_THREAD = boost_thread boost_thread-mt
31 BOOST_PROGRAM_OPTIONS = boost_program_options boost_program_options-mt
32 BOOST_SYS = boost_system boost_system-mt
33--- PokerTH-1.1-src/pokerth_server.pro~ 2013-12-22 17:58:01.000000000 +0100
34+++ PokerTH-1.1-src/pokerth_server.pro 2015-06-27 10:49:32.887174260 +0200
35@@ -175,7 +175,7 @@
36
37 LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib
38 INCLUDEPATH += $${PREFIX}/include
39- LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $$system(qmake -query QT_INSTALL_LIBS)
40+ LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $${PREFIX}/libx32 $$system(qmake -query QT_INSTALL_LIBS)
41 BOOST_FS = boost_filesystem boost_filesystem-mt
42 BOOST_THREAD = boost_thread boost_thread-mt
43 BOOST_PROGRAM_OPTIONS = boost_program_options boost_program_options-mt
This page took 0.048119 seconds and 4 git commands to generate.