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: 16-May-2006 10:48:16
Branch: HEAD Handle: 2006051609481600
Modified files:
openpkg-src/argtable argtable.spec
Log:
circumvent the usual problem: configure: error: C++ preprocessor
"/lib/cpp" fails sanity check
Summary:
Revision Changes Path
1.2 +4 -1 openpkg-src/argtable/argtable.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/argtable/argtable.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 argtable.spec
--- openpkg-src/argtable/argtable.spec 12 Feb 2006 15:06:31 -0000
1.1
+++ openpkg-src/argtable/argtable.spec 16 May 2006 08:48:16 -0000
1.2
@@ -37,7 +37,7 @@
Group: System
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20060212
+Release: 20060516
# list of sources
Source0:
http://osdn.dl.sourceforge.net/argtable/argtable%{V_major}-%{V_minor}.tar.gz
@@ -64,6 +64,9 @@
%prep
%setup -q -n argtable%{V_major}-%{V_minor}
+ %{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]