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

branch
soc.2013.gobjectification
changeset 34892
65e25c679ca5
parent 34310
a2bc71cb4712
child 35336
1db9ef49bc22
--- a/pidgin/plugins/perl/common/Makefile.PL.in	Thu Aug 22 01:48:44 2013 +0530
+++ b/pidgin/plugins/perl/common/Makefile.PL.in	Fri Aug 23 15:07:32 2013 +0530
@@ -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