summaryrefslogtreecommitdiff
path: root/sysutils/xps
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-05-11 20:54:51 +0000
committerdmcmahill <dmcmahill>2000-05-11 20:54:51 +0000
commit3206098884e082676776815e6bd1b8217870205c (patch)
treec2e00385ca3226bba3472be4f67f17dd1ecd42ac /sysutils/xps
parent2e7fa3b28f28ea1a136adb003f26a8b916b6b052 (diff)
downloadpkgsrc-3206098884e082676776815e6bd1b8217870205c.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 . . . .