]> git.pld-linux.org Git - packages/tk.git/commitdiff
- updated for 8.4.7
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Aug 2004 22:30:36 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tk-ac253.patch -> 1.4
    tk-ieee.patch -> 1.2

tk-ac253.patch
tk-ieee.patch

index ac6f5d2129f03a5c3a3786f088401773db423093..484dfaa3711b48dac568bce10afdff8d6322d162 100644 (file)
@@ -1,6 +1,6 @@
---- tk8.4.3/unix/tcl.m4.wiget  2003-06-11 09:15:45.000000000 +0200
-+++ tk8.4.3/unix/tcl.m4        2003-06-11 09:16:41.000000000 +0200
-@@ -884,7 +884,7 @@
+--- tk8.4.7/unix/tcl.m4.orig   2004-08-06 00:22:26.877855448 +0200
++++ tk8.4.7/unix/tcl.m4        2004-08-06 00:26:55.430029312 +0200
+@@ -904,7 +904,7 @@
  
            # AIX v<=4.1 has some different flags than 4.2+
            if test "$system" = "AIX-4.1" -o "`uname -v`" -lt "4" ; then
@@ -9,16 +9,16 @@
                DL_LIBS="-lld"
            fi
  
-@@ -1131,7 +1131,7 @@
+@@ -1162,7 +1162,7 @@
            # is kind of overkill but it works.
            # Disable inlining only when one of the
            # files in compat/*.c is being linked in.
 -          if test x"${LIBOBJS}" != x ; then
 +          if test x"${LIB@&t@OBJS}" != x ; then
-               EXTRA_CFLAGS="${EXTRA_CFLAGS} -fno-inline"
+               CFLAGS="$CFLAGS -fno-inline"
            fi
  
-@@ -2243,7 +2243,7 @@
+@@ -2283,7 +2283,7 @@
            AC_MSG_RESULT(ok)
        else
            AC_MSG_RESULT(buggy)
index eeeb7ab2561a975b66cf41e6c138ec23d04573a4..77e26d73ef9cd8d6ac1c33194b6459a9c97e8927 100644 (file)
@@ -1,11 +1,11 @@
---- tk8.0/unix/configure.in.ieee       Wed Oct 22 13:44:22 1997
-+++ tk8.0/unix/configure.in    Wed Oct 22 13:44:29 1997
-@@ -285,13 +285,10 @@
+--- tk8.4.7/unix/configure.in.orig     2004-07-29 23:57:48.000000000 +0200
++++ tk8.4.7/unix/configure.in  2004-08-06 00:22:07.871744816 +0200
+@@ -129,13 +129,10 @@
  #--------------------------------------------------------------------
- #     On a few very rare systems, all of the libm.a stuff is
- #     already in libc.a.  Set compiler flags accordingly.
--#     Also, Linux requires the "ieee" library for math to
--#     work right (and it must appear before "-lm").
+ # On a few very rare systems, all of the libm.a stuff is
+ # already in libc.a.  Set compiler flags accordingly.
+-# Also, Linux requires the "ieee" library for math to work
+-# right (and it must appear before "-lm").
  #--------------------------------------------------------------------
  
  MATH_LIBS=""
@@ -13,4 +13,4 @@
 -AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"])
  
  #--------------------------------------------------------------------
- #     If this system doesn't have a memmove procedure, use memcpy
+ # On AIX systems, libbsd.a has to be linked in to support
This page took 0.118117 seconds and 4 git commands to generate.