From 1194453cd8a1fd99e15d1ade2f7029784779e852 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 23 Feb 2007 11:45:49 +0000 Subject: [PATCH] - add flex patch --- bc-1.06-flex.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bc-1.06-flex.patch diff --git a/bc-1.06-flex.patch b/bc-1.06-flex.patch new file mode 100644 index 0000000..e76a358 --- /dev/null +++ b/bc-1.06-flex.patch @@ -0,0 +1,11 @@ +--- bc-1.06/configure.in.flex 2007-02-23 12:12:30.000000000 +0100 ++++ bc-1.06/configure.in 2007-02-23 12:12:48.000000000 +0100 +@@ -68,7 +68,7 @@ + ]) + + if test "$LEX" = "flex" ; then +- LEX="flex -I8" ++ LEX="flex -I" + else + if test "$bcrl" = "y" ; then + AC_MSG_WARN(readline works only with flex.)