OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Jun-2004 16:52:58
Branch: HEAD Handle: 2004060515525800
Modified files:
openpkg-src/fsl fsl.spec
Log:
repair flawed configure script test for C++ preprocessor using a
substitution instead of a patch for future maintenance
Summary:
Revision Changes Path
1.69 +4 -1 openpkg-src/fsl/fsl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.68 -r1.69 fsl.spec
--- openpkg-src/fsl/fsl.spec 4 Jun 2004 15:55:31 -0000 1.68
+++ openpkg-src/fsl/fsl.spec 5 Jun 2004 14:52:58 -0000 1.69
@@ -34,7 +34,7 @@
Group: System
License: MIT-style
Version: 1.5.0
-Release: 20040604
+Release: 20040605
# package options
%option with_fsl_debuglogcode no
@@ -72,6 +72,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
+ configure
%patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]