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

(-)pidgin-2.7.3/libpurple/plugins/perl/common/Makefile.PL.in (+1 lines)
Lines 10-15 WriteMakefile( 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-2.7.3/pidgin/plugins/perl/common/Makefile.PL.in (-1 / +1 lines)
Lines 12-18 WriteMakefile( 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
#    'OPTIMIZE'      => '-g', # For debugging.
15
    'OPTIMIZE'      => '@CFLAGS@ @LDFLAGS@',
16
    'INSTALLDIRS'          => 'vendor',
16
    'INSTALLDIRS'          => 'vendor',
17
    'INSTALL_BASE'         => '$(prefix)',
17
    'INSTALL_BASE'         => '$(prefix)',
18
    'INSTALLVENDORARCH'    => '$(libdir)/pidgin/perl',
18
    'INSTALLVENDORARCH'    => '$(libdir)/pidgin/perl',

Return to bug 331851