From f1d6269befb9ec41e9d3c3b5443841e596e0c618 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 3 Mar 2024 17:08:54 +0100 Subject: games/pokerth: Updated for version 20230930_ecf031e. Fix underlinking against the newer protobuf Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- games/pokerth/pokerth.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games/pokerth/pokerth.SlackBuild') 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 +# Copyright 20202024 Matteo Bernardini # Copyright 2009-2015 Marcel Saegebarth # Copyright 2012 Laurent Nardou # 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 -- cgit v1.2.3