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: 22-Oct-2004 13:33:48
Branch: HEAD Handle: 2004102212334800
Modified files:
openpkg-src/libxml libxml.spec
Log:
doesn't use C++, so disable the defective autoconf test for a C++
preprocessor
Summary:
Revision Changes Path
1.87 +4 -1 openpkg-src/libxml/libxml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libxml/libxml.spec
============================================================================
$ cvs diff -u -r1.86 -r1.87 libxml.spec
--- openpkg-src/libxml/libxml.spec 29 Sep 2004 17:34:15 -0000 1.86
+++ openpkg-src/libxml/libxml.spec 22 Oct 2004 11:33:48 -0000 1.87
@@ -34,7 +34,7 @@
Group: SGML
License: LGPL
Version: 2.6.14
-Release: 20040929
+Release: 20041022
# list of sources
Source0: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
@@ -64,6 +64,9 @@
%prep
%setup -q -n libxml2-%{version}
%patch -p0
+ %{l_shtool} subst \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
+ configure
%build
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]