summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-configure
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-11-23 13:29:31 +0000
committertron <tron@pkgsrc.org>2014-11-23 13:29:31 +0000
commit339669c8bc242915e76276646d0090670e75e4db (patch)
tree6f6214ba8b1af6ab7cd3e6c59f2924befb0e2ab1 /shells/bash/patches/patch-configure
parent3820472801ebf2c4d917c20ba43a5cd319842f8b (diff)
downloadpkgsrc-339669c8bc242915e76276646d0090670e75e4db.tar.gz
Pullup ticket #4553 - requested by dholland
shells/bash: build fix Revisions pulled up: - shells/bash/distinfo 1.39 - shells/bash/patches/patch-configure 1.1 --- Module Name: pkgsrc Committed By: dholland Date: Sun Nov 23 00:43:57 UTC 2014 Modified Files: pkgsrc/shells/bash: distinfo Added Files: pkgsrc/shells/bash/patches: patch-configure Log Message: Use -Wl,-R instead of just -R to avoid breaking the build on FreeBSD. >From Dennis Lindroos in PR 49375.
Diffstat (limited to 'shells/bash/patches/patch-configure')
-rw-r--r--shells/bash/patches/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/bash/patches/patch-configure b/shells/bash/patches/patch-configure
new file mode 100644
index 00000000000..bca719ac9b0
--- /dev/null
+++ b/shells/bash/patches/patch-configure
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1.2.2 2014/11/23 13:29:31 tron Exp $
+
+Use -Wl,-R instead of just -R to avoid breaking the build on FreeBSD.
+From Dennis Lindroos in PR 49375.
+
+--- configure~ 2014-02-11 15:38:00.000000000 +0000
++++ configure
+@@ -8837,7 +8837,7 @@ fi
+ fi
+ if test "X$ltrpathdirs" != "X"; then
+ for found_dir in $ltrpathdirs; do
+- LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
++ LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-Wl,-R$found_dir"
+ done
+ fi
+