]> git.pld-linux.org Git - packages/R.git/commitdiff
- fix linicui18n detection
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Jan 2009 02:03:38 +0000 (02:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    R-libicuuc.patch -> 1.1

R-libicuuc.patch [new file with mode: 0644]

diff --git a/R-libicuuc.patch b/R-libicuuc.patch
new file mode 100644 (file)
index 0000000..408d010
--- /dev/null
@@ -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, [], 
This page took 0.114144 seconds and 4 git commands to generate.