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: 24-Jan-2005 15:07:42
Branch: HEAD Handle: 2005012414074200
Modified files:
openpkg-src/c2man c2man.spec
Log:
requires old Flex, because it is using the BEGIN construct in
functions which is not allowed in modern Flex because BEGIN is a
special keyword for the matching blocks only
Summary:
Revision Changes Path
1.23 +4 -2 openpkg-src/c2man/c2man.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/c2man/c2man.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 c2man.spec
--- openpkg-src/c2man/c2man.spec 1 Jan 2005 10:48:10 -0000 1.22
+++ openpkg-src/c2man/c2man.spec 24 Jan 2005 14:07:42 -0000 1.23
@@ -38,7 +38,7 @@
Group: Converter
License: GPL
Version: %{V_here}
-Release: 20040207
+Release: 20050124
# list of sources
Source0:
ftp://ftp.research.canon.com.au/pub/misc/c2man/c2man-%{V_real}.tar.gz
@@ -76,7 +76,9 @@
./Configure -d -e -s \
-Dcc="%{l_cc}" \
-Doptimize="%{l_cflags -O}" \
- -Dprefix=%{l_prefix}
+ -Dprefix=%{l_prefix} \
+ -Dlex="%{l_prefix}/bin/flex-old" \
+ -Dyacc="%{l_prefix}/bin/bison -y"
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]