summaryrefslogtreecommitdiff
path: root/games-arcade/frozen-bubble/files/frozen-bubble-2.2.1_beta1-Werror.patch
blob: d891d8e71a635ab57f6c283b8b5886c49120d41c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Julian Ospald <hasufell@gentoo.org>
Date: Sun Feb 10 14:48:58 UTC 2013
Subject: remove Werror compiler flag wrt #456654

--- inc/My/Builder.pm
+++ inc/My/Builder.pm
@@ -123,7 +123,7 @@
             push @ofiles, $cbuilder->compile(
                 source               => catfile($server_directory, $cfile),
                 extra_compiler_flags => [
-                    qw(-g -Wall -Werror -pipe), # verbatim from Makefile
+                    qw(-Wall), # verbatim from Makefile
                     '-I' . $server_directory, # does not seem to be necessary
                     $cbuilder->split_like_shell(`pkg-config glib-2.0 --cflags`),
                     $cbuilder->split_like_shell(`pkg-config glib-2.0 --libs`),