diff options
Diffstat (limited to 'games/trackballs/trackballs.SlackBuild')
-rw-r--r-- | games/trackballs/trackballs.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/trackballs/trackballs.SlackBuild b/games/trackballs/trackballs.SlackBuild index 8ef5025219..810a670593 100644 --- a/games/trackballs/trackballs.SlackBuild +++ b/games/trackballs/trackballs.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170621 bkw: fix build on -current + PRGNAM=trackballs VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-3} @@ -57,7 +59,8 @@ find -L . \ -exec chmod 644 {} \; # Apply two patches from redhat: one to fix building and running with guile-2.0.x, -# another to fix "Esc" behaviour +# another to fix "Esc" behaviour. Also abs.diff, which fixes the build for +# gcc 7 from -current. for i in $CWD/patches/* ; do patch -p1 < $i ; done # Make icons honor DESTDIR (thanks to Johannes for this fix) |