Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331851 | Differences between
and this patch

Collapse All | Expand All

(-)libpurple/plugins/perl/common/Makefile.PL.in (+1 lines)
Lines 10-15 Link Here
10
      (ABSTRACT_FROM    => '@srcdir@/Purple.pm', # finds $ABSTRACT
10
      (ABSTRACT_FROM    => '@srcdir@/Purple.pm', # finds $ABSTRACT
11
       AUTHOR           => 'Purple <http://pidgin.im/>') : ()),
11
       AUTHOR           => 'Purple <http://pidgin.im/>') : ()),
12
    'DEFINE'            => '@DEBUG_CFLAGS@',
12
    'DEFINE'            => '@DEBUG_CFLAGS@',
13
    'dynamic_lib'       => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
13
    'INC'               => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
14
    'INC'               => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
14
    'OBJECT'            => '$(O_FILES)', # link all the C files too
15
    'OBJECT'            => '$(O_FILES)', # link all the C files too
15
#    'OPTIMIZE'          => '-g', # For debugging
16
#    'OPTIMIZE'          => '-g', # For debugging
(-)pidgin/plugins/perl/common/Makefile.PL.in (+1 lines)
Lines 9-14 Link Here
9
      ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
9
      ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
10
       'AUTHOR'        => 'Pidgin <http://pidgin.im/>') :  ()),
10
       'AUTHOR'        => 'Pidgin <http://pidgin.im/>') :  ()),
11
    'DEFINE'        => '@DEBUG_CFLAGS@',
11
    'DEFINE'        => '@DEBUG_CFLAGS@',
12
    'dynamic_lib'       => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
12
    'INC'           => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@',
13
    'INC'           => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@',
13
    'OBJECT'        => '$(O_FILES)', # link all the C files too
14
    'OBJECT'        => '$(O_FILES)', # link all the C files too
14
    'TYPEMAPS'      => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
15
    'TYPEMAPS'      => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],

Return to bug 331851