From 1417041d49d5c8f854354c86b7bb896ccfc437e4 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Fri, 4 Mar 2022 20:58:52 +0100 Subject: games/yabause: Fix building (using the qt version). Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- games/yabause/yabause.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'games/yabause/yabause.SlackBuild') diff --git a/games/yabause/yabause.SlackBuild b/games/yabause/yabause.SlackBuild index c7b82f73eb..8e5e155aee 100644 --- a/games/yabause/yabause.SlackBuild +++ b/games/yabause/yabause.SlackBuild @@ -79,10 +79,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -# Variable to determine gtk/qt interface. Default is qt. -# 20220221 bkw: hardcoded to gtk, because qt won't build on Slackware 15.0. -# Possibly it would with qt4, but not qt5. -USE_GUI=gtk +USE_GUI=qt # Fix location of man file. sed -i 's|share/man|man|' src/CMakeLists.txt @@ -97,6 +94,8 @@ done # Patch against ffmpeg 3 patch -p1 < $CWD/ffmpeg3.patch +patch -p1 < $CWD/qt-5.11.patch + mkdir build cd build cmake -G "Unix Makefiles" \ -- cgit v1.2.3-79-gdb01