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 09:04:41
Branch: HEAD Handle: 2005101408044000
Modified files:
openpkg-src/dspam dspam.spec
Log:
apply the usual CPP hack
Summary:
Revision Changes Path
1.35 +4 -1 openpkg-src/dspam/dspam.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dspam/dspam.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 dspam.spec
--- openpkg-src/dspam/dspam.spec 7 Oct 2005 06:18:21 -0000 1.34
+++ openpkg-src/dspam/dspam.spec 14 Oct 2005 07:04:40 -0000 1.35
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 3.4.9
-Release: 20051007
+Release: 20051014
# list of sources
Source0:
http://www.nuclearelephant.com/projects/dspam/sources/dspam-%{version}.tar.gz
@@ -68,6 +68,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]