Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220895
Collapse All | Expand All

(-)../orig/pidgin-2.4.1/libpurple/plugins/perl/common/Makefile.PL.in (+1 lines)
Lines 11-16 Link Here
11
       AUTHOR           => 'Purple <http://pidgin.im/>') : ()),
11
       AUTHOR           => 'Purple <http://pidgin.im/>') : ()),
12
    'DEFINE'            => '@DEBUG_CFLAGS@',
12
    'DEFINE'            => '@DEBUG_CFLAGS@',
13
    'INC'               => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
13
    'INC'               => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
14
    'LIBS'              => '-lglib-2.0', # resolve g_* references
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
16
);
17
);
(-)../orig/pidgin-2.4.1/pidgin/plugins/perl/common/Makefile.PL.in (+1 lines)
Lines 12-16 Link Here
12
    'INC'           => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@',
12
    '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
13
    'OBJECT'        => '$(O_FILES)', # link all the C files too
14
    'TYPEMAPS'      => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
14
    'TYPEMAPS'      => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
15
    'LIBS'          => '-glib-2.0', # resolve g_* symbols
15
#    'OPTIMIZE'      => '-g', # For debugging.
16
#    'OPTIMIZE'      => '-g', # For debugging.
16
);
17
);

Return to bug 220895