wok-stable diff weechat/stuff/weechat-implicit-function-declaration.patch @ rev 8770
Up: cromfs to 1.5.9.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 21 05:10:41 2011 +0000 (2011-02-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/weechat/stuff/weechat-implicit-function-declaration.patch Mon Feb 21 05:10:41 2011 +0000 1.3 @@ -0,0 +1,11 @@ 1.4 +--- weechat-0.3.3/configure.orig 1.5 ++++ weechat-0.3.3/configure 1.6 +@@ -18828,7 +18828,7 @@ 1.7 + weechat_libdir=${libdir}/weechat 1.8 + 1.9 + 1.10 +-COMMON_CFLAGS="-Wall -W -Werror-implicit-function-declaration" 1.11 ++COMMON_CFLAGS="-Wall -W" 1.12 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have GNU assembler" >&5 1.13 + $as_echo_n "checking whether we have GNU assembler... " >&6; } 1.14 + GAS=`as --version < /dev/null 2>/dev/null | grep GNU`