OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Oct-2005 16:26:37
Branch: HEAD Handle: 2005101415263700
Modified files:
openpkg-src/libedit libedit.spec
Log:
apply the usual CPP hack
Summary:
Revision Changes Path
1.17 +4 -1 openpkg-src/libedit/libedit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libedit/libedit.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 libedit.spec
--- openpkg-src/libedit/libedit.spec 6 Oct 2005 18:48:03 -0000 1.16
+++ openpkg-src/libedit/libedit.spec 14 Oct 2005 14:26:37 -0000 1.17
@@ -37,7 +37,7 @@
Group: Terminal
License: BSD
Version: %{V_main}.%{V_snap}
-Release: 20051006
+Release: 20051014
# list of sources
Source0:
http://www.thrysoee.dk/editline/libedit-%{V_snap}-%{V_main}.tar.gz
@@ -65,6 +65,9 @@
%prep
%setup -q -n libedit-%{V_snap}-%{V_main}
%patch -p0
+ %{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]