From ea28f6aa4c3a6676694bfebdffb6420814d96c05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 4 Jan 2009 02:03:38 +0000 Subject: [PATCH] - fix linicui18n detection Changed files: R-libicuuc.patch -> 1.1 --- R-libicuuc.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 R-libicuuc.patch diff --git a/R-libicuuc.patch b/R-libicuuc.patch new file mode 100644 index 0000000..408d010 --- /dev/null +++ b/R-libicuuc.patch @@ -0,0 +1,15 @@ +--- R-2.8.1/configure.ac~ 2008-09-22 00:05:30.000000000 +0200 ++++ R-2.8.1/configure.ac 2009-01-04 02:58:40.000000000 +0100 +@@ -1956,9 +1956,9 @@ + AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [ + AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [ + AC_CHECK_LIB(icui18n, ucol_open_3_4, [], +- [AC_MSG_ERROR([library 'icui18n' is required for ICU])]) +- ]) +- ]) ++ [AC_MSG_ERROR([library 'icui18n' is required for ICU])], -licuuc) ++ ], -licuuc) ++ ], -licuuc) + AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [ + AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [ + AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], -- 2.44.0