wok diff weechat/stuff/weechat-implicit-function-declaration.patch @ rev 8114

Fix: lzma wrapper in xz package should now display usage correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 23 22:57:43 2011 +0100 (2011-01-23)
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	Sun Jan 23 22:57:43 2011 +0100
     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`