summaryrefslogtreecommitdiff
path: root/sysutils/xps
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-05-11 20:54:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-05-11 20:54:51 +0000
commit67be4f1bfc81261a3cefbcf8e61360c9759c8fc9 (patch)
treec2e00385ca3226bba3472be4f67f17dd1ecd42ac /sysutils/xps
parent75366b1a8f8d894a8ff0af506e252502ed27644c (diff)
downloadpkgsrc-67be4f1bfc81261a3cefbcf8e61360c9759c8fc9.tar.gz
rpath stuff for ELF.
addresses PR port-pmax/10099 reported by Nino Margetic <nino@well.ox.ac.uk>
Diffstat (limited to 'sysutils/xps')
-rw-r--r--sysutils/xps/files/patch-sum3
-rw-r--r--sysutils/xps/patches/patch-aa11
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/xps/files/patch-sum b/sysutils/xps/files/patch-sum
new file mode 100644
index 00000000000..c7360cf9d30
--- /dev/null
+++ b/sysutils/xps/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/05/11 20:54:51 dmcmahill Exp $
+
+MD5 (patch-aa) = 0a0f9bc63640125779ad698b9029c41d
diff --git a/sysutils/xps/patches/patch-aa b/sysutils/xps/patches/patch-aa
new file mode 100644
index 00000000000..bbf0a96dc34
--- /dev/null
+++ b/sysutils/xps/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.3 2000/05/11 20:54:53 dmcmahill Exp $
+
+--- configure.orig Sat Jul 3 08:20:28 1999
++++ configure Thu May 11 15:50:37 2000
+@@ -1707,5 +1707,5 @@
+ # It would also be nice to do this for all -L options, not just this one.
+ if test -n "$x_libraries"; then
+- X_LIBS="$X_LIBS -L$x_libraries"
++ X_LIBS="$X_LIBS -L$x_libraries -Wl,-R$x_libraries"
+ # For Solaris; some versions of Sun CC require a space after -R and
+ # others require no space. Words are not sufficient . . . .