diff -ruN /usr/ports/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL ./files/patch-bindings_perl-shared_Makefile.PL --- /usr/ports/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL 2014-05-13 14:01:14.000000000 +0900 +++ ./files/patch-bindings_perl-shared_Makefile.PL 2014-07-24 10:08:05.000000000 +0900 @@ -5,7 +5,7 @@ /hpu / && do{ $R = "+b$rp"}; /solaris/ && do{ $R = "-R$rp"}; - /bsd/ && do{ $R = "-R$rp"}; -+ /bsd/ && do{ $R = "-Wl,--rpath -Wl,$rp"}; ++ /bsd/ && do{ $R = "-s -Wl,--rpath -Wl,$rp"}; /ai / && do{ $R = "-blibpath:$rp"}; } }