[mingw32-tcl] update patch

sailer sailer at fedoraproject.org
Mon Jan 16 21:32:38 UTC 2012


commit 22a3b65dac226a5c22e8492a7f569acd97268971
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Jan 16 22:30:19 2012 +0100

    update patch

 tcl-8.5.6-mingw32.patch |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/tcl-8.5.6-mingw32.patch b/tcl-8.5.6-mingw32.patch
index 0d39081..e54f467 100644
--- a/tcl-8.5.6-mingw32.patch
+++ b/tcl-8.5.6-mingw32.patch
@@ -1,15 +1,15 @@
---- win/configure.in.orig	2009-05-21 01:24:17.000000000 +0200
-+++ win/configure.in	2009-05-21 01:24:53.000000000 +0200
-@@ -69,9 +69,9 @@
- dnl AC_CHECK_TOOL(RC, windres)
+--- win/configure.in.orig	2011-11-04 13:47:58.000000000 +0100
++++ win/configure.in	2012-01-16 22:29:19.438943290 +0100
+@@ -56,9 +56,9 @@
+ AC_C_INLINE
+ AC_HEADER_STDC
  
- if test "${GCC}" = "yes" ; then
--    AC_CHECK_PROG(AR, ar, ar)
--    AC_CHECK_PROG(RANLIB, ranlib, ranlib)
--    AC_CHECK_PROG(RC, windres, windres)
-+    AC_CHECK_PROG(AR, i686-pc-mingw32-ar, i686-pc-mingw32-ar)
-+    AC_CHECK_PROG(RANLIB, i686-pc-mingw32-ranlib, i686-pc-mingw32-ranlib)
-+    AC_CHECK_PROG(RC, i686-pc-mingw32-windres, i686-pc-mingw32-windres)
+-AC_CHECK_TOOL(AR, ar)
+-AC_CHECK_TOOL(RANLIB, ranlib)
+-AC_CHECK_TOOL(RC, windres)
++AC_CHECK_TOOL(AR, i686-pc-mingw32-ar)
++AC_CHECK_TOOL(RANLIB, i686-pc-mingw32-ranlib)
++AC_CHECK_TOOL(RC, i686-pc-mingw32-windres)
  
-     if test "${AR}" = "" ; then
- 	AC_MSG_ERROR([Required archive tool 'ar' not found on PATH.])
+ #--------------------------------------------------------------------
+ # Checks to see if the make program sets the $MAKE variable.


More information about the scm-commits mailing list