mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix build on current [1]
PR: ports/188793 [1], ports/187919 [2] Submitted by: zeising [1], Thomas Schweikle <tps@vr-web.de> [2] Approved by: maintainer timeout
This commit is contained in:
parent
f6d9105f6a
commit
08755a564c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353914
@ -0,0 +1,11 @@
|
||||
--- bindings/perl-shared/Makefile.PL.orig 2014-04-19 13:00:18.000000000 +0200
|
||||
+++ bindings/perl-shared/Makefile.PL 2014-04-19 13:13:26.000000000 +0200
|
||||
@@ -31,7 +31,7 @@
|
||||
/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"};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user