diff options
author | ume <ume@FreeBSD.org> | 2014-06-10 19:35:27 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2014-06-10 19:35:27 +0800 |
commit | af9a75c808d1c097de51463f3b7e1dd208d990ab (patch) | |
tree | a1dbd2784348d7726243e6b72553aa363741b60f /net | |
parent | e30bdf22e6fce292d3a262ed0d5e430608e340d4 (diff) | |
download | freebsd-ports-gnome-af9a75c808d1c097de51463f3b7e1dd208d990ab.tar.gz freebsd-ports-gnome-af9a75c808d1c097de51463f3b7e1dd208d990ab.tar.zst freebsd-ports-gnome-af9a75c808d1c097de51463f3b7e1dd208d990ab.zip |
Make it buildable on recent 10.0-STABLE and later.
Diffstat (limited to 'net')
-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 + |