From 4474a706ee05db9ed1466ed16efa5ce87efdf21a Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 4 Nov 2017 11:53:26 +0100 Subject: 20171104.1 global branch merge. Signed-off-by: Matteo Bernardini --- games/pokerth/pokerth.SlackBuild | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'games/pokerth/pokerth.SlackBuild') diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index 5412cb9fbe..249f2487e8 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -77,6 +77,16 @@ find -L . \ # Thanks ponce. sed -i "s|libircclient/||" src/net/common/ircthread.cpp +# Fix for the newest boost +patch -p1 < $CWD/std-ifstream-and-std-ofstream.patch + +# Fix building with gcc-6.x - thanks Archlinux folks! +patch -p1 < $CWD/pokerth-gcc6.patch +patch -p1 < $CWD/pokerth-c++11.patch + +# Another fix for boost - thanks to Gentoo +patch -p1 < $CWD/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch + qmake pokerth.pro make #CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" -- cgit v1.2.3