diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2024-03-03 17:08:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-06 18:11:15 +0700 |
commit | f1d6269befb9ec41e9d3c3b5443841e596e0c618 (patch) | |
tree | 748af5eaecf0b7266210b73e42dc5ecbe9b1e165 /games/pokerth/pokerth.SlackBuild | |
parent | aa94f5e261b7aa49f752faf23ce292e825a5787a (diff) |
games/pokerth: Updated for version 20230930_ecf031e.
Fix underlinking against the newer protobuf
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index 618639da51099..338635b1156dd 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pokerth. -# Copyright 2020 Matteo Bernardini <ponce@slackbuilds.org> +# Copyright 20202024 Matteo Bernardini <ponce@slackbuilds.org> # Copyright 2009-2015 Marcel Saegebarth <marc@mos6581.de> # Copyright 2012 Laurent Nardou <l.nardou@wanadoo.fr> # All rights reserved. @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pokerth -VERSION=${VERSION:-20230322_181f05f} +VERSION=${VERSION:-20230930_ecf031e} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,6 +87,8 @@ find -L . \ patch -p1 < $CWD/patches/pokerth-1.1.2-boost-1.70-websocket-fix1.patch patch -p1 < $CWD/patches/pokerth-1.1.2-boost-1.70-websocket-fix2.patch ) +patch -p1 < $CWD/patches/pokerth-1.1.2-newer-protobuf.patch + qmake-qt5 QMAKE_CFLAGS_ISYSTEM= -spec linux-g++ pokerth.pro make mkdir -p $PKG/usr/bin |