summaryrefslogtreecommitdiff
path: root/print/mp/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-24 14:37:27 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-24 14:37:27 +0000
commit1a35fe76123acdd9df6b903c55b1c9ad7b37fd6b (patch)
tree1ee386b6e0749964d3cf8dd05cab8d4acd4326eb /print/mp/patches
parent72940e5a69655571bf30051d847cc294337c3ea6 (diff)
downloadpkgsrc-1a35fe76123acdd9df6b903c55b1c9ad7b37fd6b.tar.gz
find shared X libs
Diffstat (limited to 'print/mp/patches')
-rw-r--r--print/mp/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/mp/patches/patch-aa b/print/mp/patches/patch-aa
new file mode 100644
index 00000000000..5be885ad64d
--- /dev/null
+++ b/print/mp/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2000/09/24 14:37:28 hubertf Exp $
+
+--- configure.orig Sun Sep 24 16:30:11 2000
++++ configure
+@@ -2247,7 +2247,7 @@
+
+ # 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 . . . .
+ case "`(uname -sr) 2>/dev/null`" in