From 6704ddf34174c0feebd82e5d45966d81b7aef6c6 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 4 Jul 2015 09:14:24 +0700 Subject: games/yabause: Updated for version 0.9.14. Signed-off-by: Willy Sudiarto Raharjo --- games/yabause/yabause.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'games/yabause/yabause.SlackBuild') diff --git a/games/yabause/yabause.SlackBuild b/games/yabause/yabause.SlackBuild index fba6fdb666..84f136db31 100644 --- a/games/yabause/yabause.SlackBuild +++ b/games/yabause/yabause.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yabause -# Copyright 2011-2013 Larry Hajali +# Copyright 2011-2015 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yabause -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-0.9.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,8 +74,6 @@ USE_GUI=${USE_GUI:-qt} # Fix location of man file. sed -i 's|share/man|man|' src/CMakeLists.txt -# Fix hard linked lib directory for gtkglext detection. -sed -i "s|lib/|lib${LIBDIRSUFFIX}/|" src/gtk/CMakeLists.txt mkdir build cd build @@ -87,7 +85,7 @@ cd build -DYAB_MULTIBUILD=OFF \ -DYAB_NETWORK=ON \ -DYAB_OPTIMIZED_DMA=ON \ - -DYAB_PERKEYNAME=ON \ + -DGDKGLEXT_CONFIG_INCLUDE_DIR:PATH="/usr/lib${LIBDIRSUFFIX}/gtkglext-1.0/include" \ -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 -- cgit v1.2.3