- bump version
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 10 Jan 2007 18:39:08 +0000 (18:39 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 10 Jan 2007 18:39:08 +0000 (18:39 -0000)
package/m4/m4-1.4.8-001-MB_CUR_MAX.patch [new file with mode: 0644]
package/m4/m4.mk

diff --git a/package/m4/m4-1.4.8-001-MB_CUR_MAX.patch b/package/m4/m4-1.4.8-001-MB_CUR_MAX.patch
new file mode 100644 (file)
index 0000000..fce3673
--- /dev/null
@@ -0,0 +1,13 @@
+--- m4-1.4.8.orig/lib/regcomp.c        2006-09-24 06:28:37.000000000 +0200
++++ m4-1.4.8/lib/regcomp.c     2007-01-06 20:53:10.000000000 +0100
+@@ -871,6 +871,10 @@ init_dfa (re_dfa_t *dfa, size_t pat_len)
+   dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
+   dfa->state_hash_mask = table_size - 1;
++#ifndef MB_CUR_MAX
++#define MB_CUR_MAX (0)
++#endif
++
+   dfa->mb_cur_max = MB_CUR_MAX;
+ #ifdef _LIBC
+   if (dfa->mb_cur_max == 6
index 255f52c85d9b3a5584f27bae1d7f4bcdc9752076..5ecdaae55620a35e1f36dcd8e1c4d11e117d6570 100644 (file)
@@ -3,7 +3,7 @@
 # m4
 #
 #############################################################
-M4_VER:=1.4.4
+M4_VER:=1.4.8
 M4_SOURCE:=m4-$(M4_VER).tar.bz2
 M4_CAT:=$(BZCAT)
 M4_SITE:=http://ftp.gnu.org/pub/gnu/m4