libpurple/plugins/perl/common/Makefile.PL.in

changeset 34310
a2bc71cb4712
parent 33955
55aa58076485
child 35336
1db9ef49bc22
--- a/libpurple/plugins/perl/common/Makefile.PL.in	Thu Aug 22 15:02:41 2013 +0200
+++ b/libpurple/plugins/perl/common/Makefile.PL.in	Thu Aug 22 15:33:55 2013 +0200
@@ -9,7 +9,7 @@
     ($] >= 5.005 ? ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM    => '@srcdir@/Purple.pm', # finds $ABSTRACT
        AUTHOR           => 'Purple <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 @GLIB_CFLAGS@',
     'OBJECT'            => '$(O_FILES)', # link all the C files too

mercurial