From: Marcin Winkler Date: Thu, 10 Jul 2003 11:21:36 +0000 (+0000) Subject: 45722ec2407b5628605e25288da6ee38 bc-flex.patch X-Git-Tag: auto/ac/bc-1_06-13~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbc.git;a=commitdiff_plain;h=bd8582a5d92d1a436a26da9aa58c53dd346e9e05 45722ec2407b5628605e25288da6ee38 bc-flex.patch Changed files: bc-flex.patch -> 1.1 --- diff --git a/bc-flex.patch b/bc-flex.patch new file mode 100644 index 0000000..38a6e66 --- /dev/null +++ b/bc-flex.patch @@ -0,0 +1,11 @@ +--- configure.in-orig Thu Jul 10 13:07:11 2003 ++++ configure.in Thu Jul 10 13:07:14 2003 +@@ -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.)