Magellan Linux

Annotation of /trunk/kdebindings/patches/kdebindings-3.5.6-installdirs-vendor.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 574 byte(s)
-import

1 niro 144 --- dcopperl/Makefile.PL.orig 2001-09-02 16:24:30.000000000 +0300
2     +++ dcopperl/Makefile.PL 2005-02-05 16:00:11.376798384 +0200
3     @@ -31,6 +31,7 @@
4     XS => {'DCOP.xs' => 'DCOP.cpp'},
5     XSOPT => '-C++',
6     CCFLAGS => '-x c++',
7     + INSTALLDIRS => 'vendor',
8     );
9    
10     sub MY::xs_c {
11     --- dcopperl/Makefile.PL.in.orig 2003-12-28 15:43:20.000000000 +0200
12     +++ dcopperl/Makefile.PL.in 2005-02-05 16:00:21.002335080 +0200
13     @@ -17,6 +17,7 @@
14     XS => {'DCOP.xs' => 'DCOP.cpp'},
15     XSOPT => '-C++',
16     CCFLAGS => '-x c++',
17     + INSTALLDIRS => 'vendor',
18     );
19    
20     sub MY::xs_c {