diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 17:37:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:26 +0700 |
commit | 8b77c1de7e1675481d39392e74dd84c04cc35168 (patch) | |
tree | 59a779c9fe94ed0072bf743f26c62e0bd879c740 /games/pokerth/pokerth.SlackBuild | |
parent | f170fbc8bce96462291713fafe30eb29b1dcf62a (diff) |
games/pokerth: Updated for version 20230322_181f05f.
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index d2d8fbd8e0d02..618639da51099 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pokerth -VERSION=${VERSION:-20200721_a333185} +VERSION=${VERSION:-20230322_181f05f} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,6 @@ find -L . \ ( cd src/third_party/websocketpp 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-boost-1.73-placeholders.patch qmake-qt5 QMAKE_CFLAGS_ISYSTEM= -spec linux-g++ pokerth.pro make |