]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Apr 2005 19:28:27 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-ac25x.patch -> 1.6

tcl-ac25x.patch [deleted file]

diff --git a/tcl-ac25x.patch b/tcl-ac25x.patch
deleted file mode 100644 (file)
index 017f86a..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
---- tcl8.4.3/unix/configure.in.wiget   2003-05-23 02:47:23.000000000 +0200
-+++ tcl8.4.3/unix/configure.in 2003-06-09 22:31:35.000000000 +0200
-@@ -196,7 +196,7 @@
-     AC_MSG_RESULT(yes)
- else
-     AC_MSG_RESULT([broken, using substitute])
--    LIBOBJS="$LIBOBJS strstr.o"
-+    AC_LIBOBJ([strstr])
- fi
- #--------------------------------------------------------------------
-@@ -221,7 +221,7 @@
- }], , tcl_ok=0, tcl_ok=0)
- if test "$tcl_ok" = 0; then
-     test -n "$verbose" && echo "      Adding strtoul.o."
--    LIBOBJS="$LIBOBJS strtoul.o"
-+    AC_LIBOBJ([strtoul])
- fi
- #--------------------------------------------------------------------
-@@ -245,7 +245,7 @@
- }], , tcl_ok=0, tcl_ok=0)
- if test "$tcl_ok" = 0; then
-     test -n "$verbose" && echo "      Adding strtod.o."
--    LIBOBJS="$LIBOBJS strtod.o"
-+    AC_LIBOBJ([strtod])
- fi
- #--------------------------------------------------------------------
-@@ -327,7 +327,7 @@
-     AC_CHECK_LIB(inet, strncasecmp, tcl_ok=1, tcl_ok=0)
- fi
- if test "$tcl_ok" = 0; then
--    LIBOBJS="$LIBOBJS strncasecmp.o"
-+    AC_LIBOBJ([strncasecmp])
- fi
- #--------------------------------------------------------------------
---- tcl8.4.7/unix/tcl.m4.orig  2004-07-26 23:40:46.000000000 +0200
-+++ tcl8.4.7/unix/tcl.m4       2004-08-05 23:35:20.341554280 +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
--              LIBOBJS="$LIBOBJS tclLoadAix.o"
-+              AC_LIBOBJ([tclLoadAix])
-               DL_LIBS="-lld"
-           fi
-@@ -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
-               CFLAGS="$CFLAGS -fno-inline"
-           fi
-@@ -2283,7 +2283,7 @@
-           AC_MSG_RESULT(ok)
-       else
-           AC_MSG_RESULT(buggy)
--          LIBOBJS="$LIBOBJS fixstrtod.o"
-+          AC_LIBOBJ([fixstrtod])
-           AC_DEFINE(strtod, fixstrtod)
-       fi
-     fi
This page took 0.07997 seconds and 4 git commands to generate.