diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-06 16:00:39 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-06 16:00:39 +0000 |
| commit | 1e2b16858c4228e8e70f458e33a6fd1e82223953 (patch) | |
| tree | 5595cfef91fdb081edd6670ab8e298f382cceba3 /repos/extra/icu/build.patch | |
| parent | c6e0bae87212d54642d580a0affc78da4e75864e (diff) | |
| download | alicelinux-1e2b16858c4228e8e70f458e33a6fd1e82223953.tar.gz alicelinux-1e2b16858c4228e8e70f458e33a6fd1e82223953.zip | |
icu: updated to 78.1
Diffstat (limited to 'repos/extra/icu/build.patch')
| -rw-r--r-- | repos/extra/icu/build.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/repos/extra/icu/build.patch b/repos/extra/icu/build.patch deleted file mode 100644 index c459b725..00000000 --- a/repos/extra/icu/build.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/source/common/putil.cpp -+++ b/source/common/putil.cpp -@@ -39,6 +39,8 @@ - ****************************************************************************** - */ - -+#define ICU_DATA_DIR "/usr/share/icu/76.1" -+ - // Defines _XOPEN_SOURCE for access to POSIX functions. - // Must be before any other #includes. - #include "uposixdefs.h" ---- a/source/config/mh-linux -+++ b/source/config/mh-linux -@@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN - LD_RPATH_PRE = -Wl,-rpath, - - ## These are the library specific LDFLAGS --LDFLAGSICUDT=-nodefaultlibs -nostdlib -+LDFLAGSICUDT=-nodefaultlibs - - ## Compiler switch to embed a library name - # The initial tab in the next line is to prevent icu-config from reading it. ---- a/source/configure -+++ b/source/configure -@@ -7210,10 +7210,10 @@ fi - - if test "$ac_cv_header_xlocale_h" = yes; then - U_HAVE_XLOCALE_H=1 -- CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1" -+ CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0 -DU_HAVE_XLOCALE_H=1" - else - U_HAVE_XLOCALE_H=0 -- CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0" -+ CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0 -DU_HAVE_XLOCALE_H=0" - fi - else - CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0" |