SOURCES: R-libicuuc.patch (NEW) - fix linicui18n detection

baggins baggins at pld-linux.org
Sun Jan 4 03:03:43 CET 2009


Author: baggins                      Date: Sun Jan  4 02:03:43 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix linicui18n detection

---- Files affected:
SOURCES:
   R-libicuuc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/R-libicuuc.patch
diff -u /dev/null SOURCES/R-libicuuc.patch:1.1
--- /dev/null	Sun Jan  4 03:03:44 2009
+++ SOURCES/R-libicuuc.patch	Sun Jan  4 03:03:38 2009
@@ -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, [], 
================================================================


More information about the pld-cvs-commit mailing list