diff options
Diffstat (limited to 'games/yabause/yabause.SlackBuild')
-rw-r--r-- | games/yabause/yabause.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 <larryhaja[at]gmail[dot]com> +# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com> # 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 |