You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/frozen-bubble/files/frozen-bubble-2.2.1_beta1-W...

16 lines
734 B

From: Julian Ospald <hasufell@gentoo.org>
Date: Sun Feb 10 14:48:58 UTC 2013
Subject: remove Werror compiler flag wrt #456654
--- a/inc/My/Builder.pm
+++ b/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`),