wok-next diff weechat/stuff/weechat-implicit-function-declaration.patch @ rev 7847
Add: weechat v0.3.3(from wok-undigest/weechat)
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Tue Dec 28 16:11:28 2010 +0000 (2010-12-28) |
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 Tue Dec 28 16:11:28 2010 +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`