]> git.pld-linux.org Git - packages/icu.git/commitdiff
- add autoconf 2.64 hack; rel 2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Sep 2009 18:55:31 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ac264-hack.patch -> 1.1
    icu.spec -> 1.41

ac264-hack.patch [new file with mode: 0644]
icu.spec

diff --git a/ac264-hack.patch b/ac264-hack.patch
new file mode 100644 (file)
index 0000000..10c019f
--- /dev/null
@@ -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]],
index 2488b4e0706ee42549eaf4ae6683318bfe7d5f58..c496d0bd53aa364e55d25a0bcd6e1f525d95a0ed 100644 (file)
--- a/icu.spec
+++ b/icu.spec
@@ -3,12 +3,13 @@ Summary:      International Components for Unicode
 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
@@ -79,6 +80,7 @@ programistyczne ICU.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd source
This page took 0.171909 seconds and 4 git commands to generate.