diff options
Diffstat (limited to 'games/frozen-bubble/frozen-bubble.SlackBuild')
-rw-r--r-- | games/frozen-bubble/frozen-bubble.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/frozen-bubble/frozen-bubble.SlackBuild b/games/frozen-bubble/frozen-bubble.SlackBuild index 288ae83dc9..50cbcd8f9e 100644 --- a/games/frozen-bubble/frozen-bubble.SlackBuild +++ b/games/frozen-bubble/frozen-bubble.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=frozen-bubble VERSION=905bf71 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,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 {} \; +# Werror breaks build on current +sed -i "s|\ -Werror||" inc/My/Builder.pm + perl Build.PL \ prefix=/usr \ installdirs=vendor \ |