summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-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 595fd5fff8..678c17e378 100644
--- a/games/pokerth/pokerth.SlackBuild
+++ b/games/pokerth/pokerth.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM=pokerth
SRCNAM=PokerTH
VERSION=1.0.1
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -66,6 +66,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# The headers to which this file points have moved in the newer libircclient...
+sed -i "s|libircclient/||" src/net/common/ircthread.cpp
+
qmake pokerth.pro
# We'd need to sed the CFLAGS in, but it should be fine as is...