diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-06-10 11:35:27 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-06-10 11:35:27 +0000 |
commit | 10a0f4fc2d3b8f4ccddc9406ee800c48cf4f3792 (patch) | |
tree | a1dbd2784348d7726243e6b72553aa363741b60f /net/jwhois | |
parent | a21ffdf3f82e2e1f3245d8a38a06df201ce599c1 (diff) | |
download | ports-10a0f4fc2d3b8f4ccddc9406ee800c48cf4f3792.tar.gz ports-10a0f4fc2d3b8f4ccddc9406ee800c48cf4f3792.zip |
Notes
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/jwhois/files/patch-configure b/net/jwhois/files/patch-configure new file mode 100644 index 000000000000..02d9fb81fdad --- /dev/null +++ b/net/jwhois/files/patch-configure @@ -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 + |