From bb6e79b8304f6d75a3e58c5297d1e032746858f0 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 3 Nov 2015 17:32:42 +0100 Subject: games/frozen-bubble: Strip away Werror to fix build. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- games/frozen-bubble/frozen-bubble.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games/frozen-bubble') diff --git a/games/frozen-bubble/frozen-bubble.SlackBuild b/games/frozen-bubble/frozen-bubble.SlackBuild index 288ae83dc914..50cbcd8f9ef0 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 \ -- cgit v1.2.3