packages: icu/icu.spec, icu/ac264-hack.patch (NEW) - add autoconf 2.64 hack...
glen
glen at pld-linux.org
Mon Sep 21 20:55:37 CEST 2009
Author: glen Date: Mon Sep 21 18:55:37 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- add autoconf 2.64 hack; rel 2
---- Files affected:
packages/icu:
icu.spec (1.40 -> 1.41) , ac264-hack.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/icu/icu.spec
diff -u packages/icu/icu.spec:1.40 packages/icu/icu.spec:1.41
--- packages/icu/icu.spec:1.40 Mon Sep 21 12:19:27 2009
+++ packages/icu/icu.spec Mon Sep 21 20:55:31 2009
@@ -4,12 +4,13 @@
Summary(pl.UTF-8): Międzynarodowe komponenty dla unikodu
Name: icu
Version: 4.2.1
-Release: 1
+Release: 2
License: MIT-like
Group: Libraries
Source0: http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{ver}-src.tgz
# Source0-md5: e3738abd0d3ce1870dc1fd1f22bba5b1
Patch0: pkgconfig.patch
+Patch1: ac264-hack.patch
Source1: %{name}-config
URL: http://www.icu-project.org/
BuildRequires: autoconf
@@ -80,6 +81,7 @@
%prep
%setup -q -n %{name}
%patch0 -p1
+%patch1 -p1
%build
cd source
@@ -156,6 +158,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2009/09/21 18:55:31 glen
+- add autoconf 2.64 hack; rel 2
+
Revision 1.40 2009/09/21 10:19:27 glen
- libtoolize+aclocal
================================================================
Index: packages/icu/ac264-hack.patch
diff -u /dev/null packages/icu/ac264-hack.patch:1.1
--- /dev/null Mon Sep 21 20:55:37 2009
+++ packages/icu/ac264-hack.patch Mon Sep 21 20:55:31 2009
@@ -0,0 +1,14 @@
+--- icu/source/configure.in~ 2009-09-21 21:51:51.000000000 +0300
++++ icu/source/configure.in 2009-09-21 21:51:55.877963019 +0300
+@@ -517,6 +517,11 @@
+
+ AC_SUBST(U_HAVE_DIRENT_H)
+
++dnl this AC_LINK_IFELSE is early here so that ac 2.64 wouldn't define the `ac_fn_cxx_try_link' in if..else condition
++dnl this is a hack but at this time i don't know what is the real fix
++AC_LANG_PUSH([C++])
++AC_LINK_IFELSE([AC_LANG_PROGRAM()])
++AC_LANG_POP([C++])
+
+ AC_ARG_WITH(iostream,
+ [ --with-iostream=version specify the version of iostream to use (none, old, std, auto) [default=auto]],
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icu/icu.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list