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 12:26:59
Branch: HEAD Handle: 2004102211265900
Modified files:
openpkg-src/libiconv libiconv.spec
Log:
doesn't use C++, so disable the defective autoconf test for a C++
preprocessor
Summary:
Revision Changes Path
1.36 +5 -1 openpkg-src/libiconv/libiconv.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libiconv/libiconv.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 libiconv.spec
--- openpkg-src/libiconv/libiconv.spec 7 Feb 2004 17:56:11 -0000 1.35
+++ openpkg-src/libiconv/libiconv.spec 22 Oct 2004 10:26:59 -0000 1.36
@@ -34,7 +34,7 @@
Group: Converter
License: LGPL
Version: 1.9.2
-Release: 20040207
+Release: 20041022
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-%{version}.tar.gz
@@ -63,6 +63,10 @@
%{l_shtool} subst \
-e 's;-L\$(libdir);-L$(DESTDIR)$(libdir);' \
src/Makefile.in
+ %{l_shtool} subst \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
+ libcharset/configure \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]