]> git.pld-linux.org Git - packages/ekg2.git/blame - ekg2-perl-install.patch
perl 5.38.0 rebuild
[packages/ekg2.git] / ekg2-perl-install.patch
CommitLineData
c321bb61 1diff -ur ekg2-20050930.ble/plugins/perl/common/Makefile.PL ekg2-20050930/plugins/perl/common/Makefile.PL
2--- ekg2-20050930.ble/plugins/perl/common/Makefile.PL 2005-09-29 12:50:19.000000000 +0000
3+++ ekg2-20050930/plugins/perl/common/Makefile.PL 2005-09-30 23:47:13.000000000 +0000
4@@ -4,4 +4,5 @@
5 'LIBS' => '',
6 'OBJECT' => '$(O_FILES)',
7 'INC' => '-I../../.. ',
e27fa8a4 8+ 'INSTALLDIRS' => 'vendor',
c321bb61 9 'VERSION_FROM' => './Ekg2.pm');
10diff -ur ekg2-20050930.ble/plugins/perl/irc/Makefile.PL ekg2-20050930/plugins/perl/irc/Makefile.PL
11--- ekg2-20050930.ble/plugins/perl/irc/Makefile.PL 2005-09-29 12:50:21.000000000 +0000
12+++ ekg2-20050930/plugins/perl/irc/Makefile.PL 2005-09-30 23:46:53.000000000 +0000
13@@ -5,4 +5,5 @@
14 'OBJECT' => '$(O_FILES)',
15 'TYPEMAPS' => ['../common/typemap'],
16 'INC' => '-I../../.. -I../../irc ',
e27fa8a4 17+ 'INSTALLDIRS' => 'vendor',
c321bb61 18 'VERSION_FROM' => './Irc.pm');
This page took 0.140478 seconds and 4 git commands to generate.