]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- added ac25x patch needed for autoconf 2.53 tcl-8_3_4-4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jun 2002 20:06:35 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-ac25x.patch -> 1.1
    tcl.spec -> 1.59

tcl-ac25x.patch [new file with mode: 0644]
tcl.spec

diff --git a/tcl-ac25x.patch b/tcl-ac25x.patch
new file mode 100644 (file)
index 0000000..df98501
--- /dev/null
@@ -0,0 +1,67 @@
+--- tcl8.3.4/unix/configure.in.orig    Sat Oct 20 02:24:15 2001
++++ tcl8.3.4/unix/configure.in Thu Jun 27 21:43:40 2002
+@@ -167,7 +167,7 @@
+     AC_MSG_RESULT(yes)
+ else
+     AC_MSG_RESULT([broken, using substitute])
+-    LIBOBJS="$LIBOBJS strstr.o"
++    AC_LIBOBJ([strstr])
+ fi
+ #--------------------------------------------------------------------
+@@ -192,7 +192,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
+ #--------------------------------------------------------------------
+@@ -216,7 +216,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
+ #--------------------------------------------------------------------
+@@ -297,7 +297,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.3.4/unix/tcl.m4.orig  Sat Oct 20 02:24:15 2001
++++ tcl8.3.4/unix/tcl.m4       Thu Jun 27 21:45:28 2002
+@@ -682,7 +682,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
+@@ -861,7 +861,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"
+             fi
+@@ -1852,7 +1852,7 @@
+           AC_MSG_RESULT(ok)
+       else
+           AC_MSG_RESULT(buggy)
+-          LIBOBJS="$LIBOBJS fixstrtod.o"
++          AC_LIBOBJ([fixstrtod])
+           AC_DEFINE(strtod, fixstrtod)
+       fi
+     fi
index 76f7d24ce895ba00f1031fc4052484b1f5c51df7..33eb4f36ba4706f024eec1e058f3bc533f033380 100644 (file)
--- a/tcl.spec
+++ b/tcl.spec
@@ -18,6 +18,7 @@ Patch3:               %{name}-64bit.patch
 Patch4:                %{name}-readline.patch
 Patch5:                %{name}-headers_fix.patch
 Patch6:                %{name}-opt.patch
+Patch7:                %{name}-ac25x.patch
 Icon:          tcl.gif
 URL:           http://www.scriptics.com/
 BuildRequires: autoconf
@@ -100,6 +101,7 @@ Pliki nag
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 cd unix
This page took 0.081524 seconds and 4 git commands to generate.