--- a/pidgin/plugins/perl/common/Makefile.PL.in Thu Aug 22 15:02:41 2013 +0200 +++ b/pidgin/plugins/perl/common/Makefile.PL.in Thu Aug 22 15:33:55 2013 +0200 @@ -8,7 +8,7 @@ ($] >= 5.005 ? ## Add these new keywords supported since 5.005 ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT 'AUTHOR' => 'Pidgin <https://pidgin.im/>') : ()), - 'DEFINE' => '@DEBUG_CFLAGS@', + 'DEFINE' => '@DEBUG_CFLAGS@ -Wno-float-equal', 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' }, 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@ @WEBKIT_CFLAGS@', 'OBJECT' => '$(O_FILES)', # link all the C files too