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

changeset 34310
a2bc71cb4712
parent 33955
55aa58076485
child 35336
1db9ef49bc22
--- 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

mercurial