Attached is a patch to correct a typo in the current/bison package which
leads to breakage on (at least) Mac OSX and Solaris 10.
Robin
--
Robin Breathe, Computer Services, Oxford Brookes University, Oxford, UK
[EMAIL PROTECTED] Tel: +44 1865 483685 Fax: +44 1865 483073
--- bison.spec.ori Wed Feb 9 15:16:44 2005
+++ bison.spec Wed Feb 9 15:17:02 2005
@@ -38,7 +38,7 @@
Group: Language
License: GPL
Version: %{V_new}
-Release: 20050105
+Release: 20050209
# list of sources
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{V_new}.tar.gz
@@ -95,7 +95,7 @@
CFLAGS="%{l_cflags -O}" CONFIG_SHELL=/bin/sh ./configure -
--prefix=%{l_prefix}
+ --prefix=%{l_prefix} --disable-nls
%{l_make} -f Makefile %{l_mflags}
) || exit 0