Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,17 +1,18 @@
$NetBSD: patch-bindings_perl-shared_Makefile.PL,v 1.1 2013/10/20 18:18:52 joerg Exp $
$NetBSD: patch-bindings_perl-shared_Makefile.PL,v 1.2 2015/08/18 12:29:44 mef 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' && $
--- bindings/perl-shared/Makefile.PL.orig 2015-04-20 23:12:18.000000000 +0900
+++ bindings/perl-shared/Makefile.PL 2015-08-16 22:00:55.000000000 +0900
@@ -40,9 +40,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"};
- /bsd/ && do{ $R = "-Wl,--rpath -Wl,$rp"};
- /aix/ && do{ $R = "-blibpath:$rp"};
+ /solaris/ && do{ $R = "-Wl,-R$rp"};
+ /bsd/ && do{ $R = "-Wl,-R$rp"};
+ /aix/ && do{ $R = "-Wl,-blibpath:$rp"};
+ /bsd/ && do{ $R = "-Wl,-R$rp"};
+ /aix/ && do{ $R = "-Wl,-blibpath:$rp"};
}
}