OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Feb-2005 16:33:55
Branch: HEAD Handle: 2005020915335500
Modified files:
openpkg-src/bison bison.spec
Log:
Fix building.
Submitted by: Robin Breathe
Summary:
Revision Changes Path
1.53 +2 -2 openpkg-src/bison/bison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 bison.spec
--- openpkg-src/bison/bison.spec 5 Jan 2005 10:58:27 -0000 1.52
+++ openpkg-src/bison/bison.spec 9 Feb 2005 15:33:55 -0000 1.53
@@ -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 $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]