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: 07-Jun-2004 13:59:38
Branch: HEAD Handle: 2004060712593700
Modified files:
openpkg-src/l2 l2.spec
Log:
remove the nonessential and incomplete test for a C++ preprocessor,
but use a substitution instead of a patch for future maintenance
concerns
Summary:
Revision Changes Path
1.23 +4 -1 openpkg-src/l2/l2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/l2/l2.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 l2.spec
--- openpkg-src/l2/l2.spec 22 Apr 2004 15:53:15 -0000 1.22
+++ openpkg-src/l2/l2.spec 7 Jun 2004 11:59:37 -0000 1.23
@@ -34,7 +34,7 @@
Group: System
License: MIT-style
Version: 0.9.8
-Release: 20040422
+Release: 20040607
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/l2/l2-%{version}.tar.gz
@@ -78,6 +78,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]