]> git.pld-linux.org Git - packages/tk.git/blob - tk-ac253.patch
- added TODO
[packages/tk.git] / tk-ac253.patch
1 --- tk8.4.3/unix/tcl.m4.wiget   2003-06-11 09:15:45.000000000 +0200
2 +++ tk8.4.3/unix/tcl.m4 2003-06-11 09:16:41.000000000 +0200
3 @@ -884,7 +884,7 @@
4  
5             # AIX v<=4.1 has some different flags than 4.2+
6             if test "$system" = "AIX-4.1" -o "`uname -v`" -lt "4" ; then
7 -               LIBOBJS="$LIBOBJS tclLoadAix.o"
8 +               AC_LIBOBJ([tclLoadAix])
9                 DL_LIBS="-lld"
10             fi
11  
12 @@ -1131,7 +1131,7 @@
13             # is kind of overkill but it works.
14             # Disable inlining only when one of the
15             # files in compat/*.c is being linked in.
16 -           if test x"${LIBOBJS}" != x ; then
17 +           if test x"${LIB@&t@OBJS}" != x ; then
18                 EXTRA_CFLAGS="${EXTRA_CFLAGS} -fno-inline"
19             fi
20  
21 @@ -2243,7 +2243,7 @@
22             AC_MSG_RESULT(ok)
23         else
24             AC_MSG_RESULT(buggy)
25 -           LIBOBJS="$LIBOBJS fixstrtod.o"
26 +           AC_LIBOBJ([fixstrtod])
27             AC_DEFINE(strtod, fixstrtod)
28         fi
29      fi
This page took 0.063003 seconds and 3 git commands to generate.