From 31e292442438354c49785fa2323a8865162f0d68 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 4 Jun 1999 15:21:12 +0000 Subject: Fix X linkage, too. --- mbone/vat/patches/patch-aa | 72 +++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 30 deletions(-) (limited to 'mbone') diff --git a/mbone/vat/patches/patch-aa b/mbone/vat/patches/patch-aa index 973c312de01..d5d3cf87aa7 100644 --- a/mbone/vat/patches/patch-aa +++ b/mbone/vat/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ +$NetBSD: patch-aa,v 1.4 1999/06/04 15:21:12 mycroft Exp $ ---- configure.orig Thu May 16 01:03:58 1996 -+++ configure Tue Sep 9 11:36:10 1997 +--- configure.orig Thu May 16 04:03:58 1996 ++++ configure Fri Jun 4 11:18:21 1999 @@ -1,7 +1,7 @@ #! /bin/sh @@ -805,7 +805,19 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=no" fi -@@ -1468,6 +1579,7 @@ +@@ -1452,10 +1563,7 @@ + fi + + if test -n "$x_libraries" ; then +- V_LIB_X11="-L$x_libraries $V_LIB_X11" +- if test $solaris ; then +- V_LIB_X11="-R$x_libraries $V_LIB_X11" +- fi ++ V_LIB_X11="-Wl,-R$x_libraries -L$x_libraries $V_LIB_X11" + fi + + +@@ -1468,6 +1576,7 @@ d="" fi @@ -813,7 +825,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" -@@ -1478,22 +1590,22 @@ +@@ -1478,22 +1587,22 @@ echo "can't find tcl.h in $d/include" exit 1 fi @@ -845,7 +857,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ $d/lib/tcl" V_LIBRARY_TCL=FAIL for dir in $places; do -@@ -1508,31 +1620,34 @@ +@@ -1508,31 +1617,34 @@ fi else cat > conftest.$ac_ext <&6 @@ -930,7 +942,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ else echo "$ac_t""no" 1>&6 V_LIB_TCL="FAIL" -@@ -1589,17 +1706,22 @@ +@@ -1589,17 +1703,22 @@ /usr/contrib/lib \ /usr/local/lib \ /usr/lib \ @@ -962,7 +974,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ break fi done -@@ -1614,15 +1736,16 @@ +@@ -1614,15 +1733,16 @@ fi echo "checking for tcl/init.tcl" V_LIBRARY_TCL=FAIL @@ -986,7 +998,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ /usr/lib/tk/tcl \ /import/tcl/lib/tcl \ $prefix/lib/tcl \ -@@ -1651,6 +1774,7 @@ +@@ -1651,6 +1771,7 @@ d="" fi @@ -994,7 +1006,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" -@@ -1661,22 +1785,22 @@ +@@ -1661,22 +1782,22 @@ echo "can't find tk.h in $d/include" exit 1 fi @@ -1026,7 +1038,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ $d/lib/tk" V_LIBRARY_TK=FAIL for dir in $places; do -@@ -1691,18 +1815,20 @@ +@@ -1691,18 +1812,20 @@ fi else cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 @@ -1327,7 +1339,7 @@ $NetBSD: patch-aa,v 1.3 1999/06/04 15:11:27 mycroft Exp $ cat >> confdefs.h <