diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-25 06:07:42 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-26 10:05:39 +0700 |
commit | c54667349413746682968702b40a07c38a0c9b92 (patch) | |
tree | b3ac5baf0b4a3b8a303b97b5aab8b9ba52c8f125 /games/astromenace/astromenace.SlackBuild | |
parent | d09db4855ea793521b8a897645b39f1ac5aba33c (diff) |
games/astromenace: Added patch for newer freetype2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/astromenace/astromenace.SlackBuild')
-rw-r--r-- | games/astromenace/astromenace.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/astromenace/astromenace.SlackBuild b/games/astromenace/astromenace.SlackBuild index a85d3086133ab..75264f496e013 100644 --- a/games/astromenace/astromenace.SlackBuild +++ b/games/astromenace/astromenace.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for AstroMenace -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ SRCNAM=astromenace-src PRGNAM=$(echo $SRCNAM | cut -c1-11) VERSION=${VERSION:-1.3.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +70,9 @@ 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 {} \; +# Fix freetype2 header path +patch -p1 < $CWD/ft2_path.patch + mkdir -p build cmake ./ # create Makefile make # build game |