summaryrefslogtreecommitdiffstats
path: root/games/pokerth/pokerth.SlackBuild
diff options
context:
space:
mode:
author ponce2012-04-28 20:38:14 +0200
committer Robby Workman2012-08-21 23:23:42 +0200
commit4540cc5f7dc30cceeec489f584e6b70a3309fafe (patch)
treecadf351867cfae4d04f7136eb234f18735a863e6 /games/pokerth/pokerth.SlackBuild
parentdba403361728a1f5c11a6d833ebfb30259d39e9a (diff)
downloadslackbuilds-4540cc5f7dc30cceeec489f584e6b70a3309fafe.tar.gz
games/pokerth: Updated for version 0.9.4.
Includes a patch for gcc-4.7.x. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r--games/pokerth/pokerth.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild
index da7fb60771..5cb3fddf32 100644
--- a/games/pokerth/pokerth.SlackBuild
+++ b/games/pokerth/pokerth.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM=pokerth
SRCNAM=PokerTH
-VERSION=0.8.2
+VERSION=0.9.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,6 +67,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix for gcc-4.7.x
+patch -p1 < $CWD/gcc47.patch
+
qmake pokerth.pro
# We'd need to sed the CFLAGS in, but it should be fine as is...