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