svn commit: r357296 - head/net/jwhois/files

Hajimu UMEMOTO ume at FreeBSD.org
Tue Jun 10 11:35:28 UTC 2014


Author: ume
Date: Tue Jun 10 11:35:27 2014
New Revision: 357296
URL: http://svnweb.freebsd.org/changeset/ports/357296
QAT: https://qat.redports.org/buildarchive/r357296/

Log:
  Make it buildable on recent 10.0-STABLE and later.

Added:
  head/net/jwhois/files/patch-configure   (contents, props changed)

Added: head/net/jwhois/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/jwhois/files/patch-configure	Tue Jun 10 11:35:27 2014	(r357296)
@@ -0,0 +1,13 @@
+Index: configure
+diff -u configure.orig configure
+--- configure.orig	2007-07-01 17:56:12.000000000 +0900
++++ configure	2014-06-10 20:31:03.977495749 +0900
+@@ -5418,7 +5418,7 @@
+   fi
+   if test "X$ltrpathdirs" != "X"; then
+             for found_dir in $ltrpathdirs; do
+-      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
++      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-Wl,-rpath,$found_dir"
+     done
+   fi
+ 


More information about the svn-ports-head mailing list