summaryrefslogtreecommitdiff
path: root/sysutils/mtools/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mtools/patches/patch-ab')
-rw-r--r--sysutils/mtools/patches/patch-ab26
1 files changed, 22 insertions, 4 deletions
diff --git a/sysutils/mtools/patches/patch-ab b/sysutils/mtools/patches/patch-ab
index ba40d2b415b..6ad46d868e6 100644
--- a/sysutils/mtools/patches/patch-ab
+++ b/sysutils/mtools/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 1998/08/17 00:11:34 kim Exp $
+$NetBSD: patch-ab,v 1.2 2000/09/26 02:46:38 hubertf Exp $
---- configure.ORIG Sun Aug 16 19:58:30 1998
-+++ configure Sun Aug 16 20:00:49 1998
-@@ -2550,7 +2550,7 @@
+--- configure.orig Tue Sep 26 04:39:41 2000
++++ configure
+@@ -2471,7 +2471,7 @@
fi
@@ -11,3 +11,21 @@ $NetBSD: patch-ab,v 1.1 1998/08/17 00:11:34 kim Exp $
LDFLAGS="$LDFLAGS -z"
fi
+@@ -2753,7 +2753,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 -Wl,-R$x_libraries -L$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
+@@ -3288,7 +3288,7 @@
+
+ # Check for libraries that X11R6 Xt/Xaw programs need.
+ ac_save_LDFLAGS="$LDFLAGS"
+- test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
++ test -n "$x_libraries" && LDFLAGS="$LDFLAGS -Wl,-R$x_libraries -L$x_libraries"
+ # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
+ # check for ICE first), but we must link in the order -lSM -lICE or
+ # we get undefined symbols. So assume we have SM if we have ICE.