[package] add xkeyboard-config and install shared libX11 directory correctly
[openwrt/svn-archive/archive.git] / lang / tcl / patches / 001-configure_in.patch
1 --- tcl8.4.16/unix/configure.in.orig 2007-09-21 17:07:02.000000000 +0000
2 +++ tcl8.4.16/unix/configure.in 2008-03-19 05:48:57.000000000 +0000
3 @@ -308,7 +308,7 @@
4 fi
5 fi
6 if test $tcl_ok = 0; then
7 - LIBOBJS="$LIBOBJS strtod.o"
8 + :; # LIBOBJS="$LIBOBJS strtod.o"
9 fi
10
11 #--------------------------------------------------------------------