svn commit: r353914 - head/databases/rrdtool/files

Niclas Zeising zeising at FreeBSD.org
Tue May 13 05:01:15 UTC 2014


Author: zeising
Date: Tue May 13 05:01:14 2014
New Revision: 353914
URL: http://svnweb.freebsd.org/changeset/ports/353914
QAT: https://qat.redports.org/buildarchive/r353914/

Log:
  Fix build on current [1]
  
  PR:		ports/188793 [1], ports/187919 [2]
  Submitted by:	zeising [1], Thomas Schweikle <tps at vr-web.de> [2]
  Approved by:	maintainer timeout

Added:
  head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL   (contents, props changed)

Added: head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL	Tue May 13 05:01:14 2014	(r353914)
@@ -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"};
+ 		}
+ 	}


More information about the svn-ports-all mailing list