diff options
Diffstat (limited to 'games/ace/ace.SlackBuild')
-rw-r--r-- | games/ace/ace.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ace/ace.SlackBuild b/games/ace/ace.SlackBuild index 34edbe8c7b..50c2417573 100644 --- a/games/ace/ace.SlackBuild +++ b/games/ace/ace.SlackBuild @@ -51,6 +51,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 {} \; +# Patch for libpng and other fixes thanks to Arch Linux +patch -p1 < $CWD/ace14_fixes.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |