summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-bindings_perl-shared_Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool/patches/patch-bindings_perl-shared_Makefile.PL')
-rw-r--r--databases/rrdtool/patches/patch-bindings_perl-shared_Makefile.PL17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/rrdtool/patches/patch-bindings_perl-shared_Makefile.PL b/databases/rrdtool/patches/patch-bindings_perl-shared_Makefile.PL
new file mode 100644
index 00000000000..feac653d693
--- /dev/null
+++ b/databases/rrdtool/patches/patch-bindings_perl-shared_Makefile.PL
@@ -0,0 +1,17 @@
+$NetBSD: patch-bindings_perl-shared_Makefile.PL,v 1.1 2013/10/20 18:18:52 joerg Exp $
+
+--- bindings/perl-shared/Makefile.PL.orig 2013-10-16 20:05:57.000000000 +0000
++++ bindings/perl-shared/Makefile.PL
+@@ -30,9 +30,9 @@ if (($Config{'osname'} eq 'MSWin32' && $
+ for ($^O){
+ /linux/ && do{ $R = "-Wl,--rpath -Wl,$rp"};
+ /hpux/ && do{ $R = "+b$rp"};
+- /solaris/ && do{ $R = "-R$rp"};
+- /bsd/ && do{ $R = "-R$rp"};
+- /aix/ && do{ $R = "-blibpath:$rp"};
++ /solaris/ && do{ $R = "-Wl,-R$rp"};
++ /bsd/ && do{ $R = "-Wl,-R$rp"};
++ /aix/ && do{ $R = "-Wl,-blibpath:$rp"};
+ }
+ }
+