diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-24 14:37:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-24 14:37:27 +0000 |
commit | 1a35fe76123acdd9df6b903c55b1c9ad7b37fd6b (patch) | |
tree | 1ee386b6e0749964d3cf8dd05cab8d4acd4326eb /print/mp/patches | |
parent | 72940e5a69655571bf30051d847cc294337c3ea6 (diff) | |
download | pkgsrc-1a35fe76123acdd9df6b903c55b1c9ad7b37fd6b.tar.gz |
find shared X libs
Diffstat (limited to 'print/mp/patches')
-rw-r--r-- | print/mp/patches/patch-aa | 13 |
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 |