Date: Tue, 10 Jun 2014 11:35:27 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357296 - head/net/jwhois/files Message-ID: <201406101135.s5ABZRQf045218@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406101135.s5ABZRQf045218>