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: 18-Oct-2004 12:46:58
Branch: HEAD Handle: 2004101811465700
Modified files:
openpkg-src/fsl fsl.spec
Log:
fix C/C++ preprocessor workaround substitution
Summary:
Revision Changes Path
1.72 +2 -2 openpkg-src/fsl/fsl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.71 -r1.72 fsl.spec
--- openpkg-src/fsl/fsl.spec 20 Sep 2004 14:33:24 -0000 1.71
+++ openpkg-src/fsl/fsl.spec 18 Oct 2004 10:46:57 -0000 1.72
@@ -34,7 +34,7 @@
Group: System
License: MIT-style
Version: 1.5.0
-Release: 20040920
+Release: 20041018
# package options
%option with_fsl_debuglogcode no
@@ -73,7 +73,7 @@
%prep
%setup -q
%{l_shtool} subst \
- -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure lib_*/configure
%patch -p0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]