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

glibc: Replaced $BUILD_HOST with $HOST_SYSTEM.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:41:23 2011 +0000 (2011-05-24)
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 May 24 13:41:23 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`