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:47:23
Branch: OPENPKG_2_2_SOLID Handle: 2004101811472300
Modified files: (Branch: OPENPKG_2_2_SOLID)
openpkg-src/fsl fsl.spec
Log:
MFC: fix C/C++ preprocessor workaround substitution
Summary:
Revision Changes Path
1.71.2.2 +1 -1 openpkg-src/fsl/fsl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.71.2.1 -r1.71.2.2 fsl.spec
--- openpkg-src/fsl/fsl.spec 11 Oct 2004 18:55:04 -0000 1.71.2.1
+++ openpkg-src/fsl/fsl.spec 18 Oct 2004 10:47:23 -0000 1.71.2.2
@@ -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]