summaryrefslogtreecommitdiff
path: root/games/pokerth/gcc47.patch
diff options
context:
space:
mode:
authorMarcel Saegebarth <marc@mos6581.de>2012-12-20 12:26:11 +0100
committerMatteo Bernardini <ponce@slackbuilds.org>2012-12-20 12:26:24 +0100
commitd3b9f557b91ab9a1cf9d2c9dc08b46e8ad5bf873 (patch)
tree8e80117984293e8088f2d0dc33bee510a4cd598e /games/pokerth/gcc47.patch
parent345e3708999abdf98c8deb2c8ff6de49a5a4a81e (diff)
downloadslackbuilds-d3b9f557b91ab9a1cf9d2c9dc08b46e8ad5bf873.tar.gz
games/pokerth: Updated for version 0.9.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/pokerth/gcc47.patch')
-rw-r--r--games/pokerth/gcc47.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/pokerth/gcc47.patch b/games/pokerth/gcc47.patch
deleted file mode 100644
index c303688982..0000000000
--- a/games/pokerth/gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur PokerTH-0.9.3-src.orig/src/third_party/qtsingleapplication/qtlocalpeer.cpp PokerTH-0.9.3-src/src/third_party/qtsingleapplication/qtlocalpeer.cpp
---- PokerTH-0.9.3-src.orig/src/third_party/qtsingleapplication/qtlocalpeer.cpp 2012-02-11 17:57:38.000000000 +0100
-+++ PokerTH-0.9.3-src/src/third_party/qtsingleapplication/qtlocalpeer.cpp 2012-04-01 08:49:19.961007697 +0200
-@@ -57,6 +57,7 @@
- #endif
- #if defined(Q_OS_UNIX)
- #include <time.h>
-+#include <unistd.h>
- #endif
-
- namespace QtLP_Private {