From 76ef832ce5348d12a871223d4c034c7daeaddb82 Mon Sep 17 00:00:00 2001 From: Tim Williams Date: Mon, 17 Oct 2011 18:47:27 +0100 Subject: Adding the remaining Mandriva patches and spec files --- .../kdebindings/kdebindings-3.5.7-fix-man-dir.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mandriva/2010.2/kdebindings/kdebindings-3.5.7-fix-man-dir.patch (limited to 'mandriva/2010.2/kdebindings/kdebindings-3.5.7-fix-man-dir.patch') diff --git a/mandriva/2010.2/kdebindings/kdebindings-3.5.7-fix-man-dir.patch b/mandriva/2010.2/kdebindings/kdebindings-3.5.7-fix-man-dir.patch new file mode 100644 index 000000000..53d170a10 --- /dev/null +++ b/mandriva/2010.2/kdebindings/kdebindings-3.5.7-fix-man-dir.patch @@ -0,0 +1,18 @@ +--- kdebindings-3.5.7/dcopperl/Makefile.PL.in.orig 2007-05-29 00:43:13.000000000 -0400 ++++ kdebindings-3.5.7/dcopperl/Makefile.PL.in 2007-05-29 00:45:53.000000000 -0400 +@@ -8,6 +8,7 @@ + my $kde_lib = "@kde_libraries@"; + my $qt_inc = "@qt_includes@"; + my $qt_lib = "@qt_libraries@"; ++my $mandir = "@mandir@"; + + WriteMakefile( + NAME => 'DCOP', +@@ -17,6 +18,7 @@ + XS => {'DCOP.xs' => 'DCOP.cpp'}, + XSOPT => '-C++', + CCFLAGS => '-x c++', ++ INSTALLSITEMAN3DIR => "$mandir/man3/", + ); + + sub MY::xs_c { -- cgit v1.2.3