Skip to content

Commit

Permalink
icu4c: update to 76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Dec 27, 2024
1 parent 85e43c8 commit afe5085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build/icu4c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=icu4c
VER=75.1
VER=76.1
PKG=ooce/library/icu4c
SUMMARY="ICU - International Components for Unicode"
DESC="A mature, widely used set of C/C++ libraries providing "
Expand All @@ -34,13 +34,12 @@ CONFIGURE_OPTS[amd64]+="
"

CXXFLAGS[aarch64]+=" -mtls-dialect=trad"
LDFLAGS[i386]+=" -R$PREFIX/${LIBDIRS[i386]}"
LDFLAGS[amd64]+=" -R$PREFIX/${LIBDIRS[amd64]}"
LDFLAGS[aarch64]+=" -R$PREFIX/${LIBDIRS[aarch64]}"

pre_configure() {
typeset arch=$1

LDFLAGS[$arch]+=" -R$PREFIX/${LIBDIRS[$arch]}"

! cross_arch $arch && return

save_variable BUILDARCH
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
| ooce/library/freetype2 | 2.13.2 | https://sourceforge.net/projects/freetype/files/freetype2/ | [omniosorg](https://github.com/omniosorg)
| ooce/library/gnutls | 3.6.16 | https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/ https://www.gnutls.org/download.html | [omniosorg](https://github.com/omniosorg)
| ooce/library/guile | 2.0.14 | https://ftp.gnu.org/gnu/guile/ | [omniosorg](https://github.com/omniosorg)
| ooce/library/icu4c | 75.1 | https://github.com/unicode-org/icu/releases | [omniosorg](https://github.com/omniosorg)
| ooce/library/icu4c | 76.1 | https://github.com/unicode-org/icu/releases | [omniosorg](https://github.com/omniosorg)
| ooce/library/jansson | 2.14 | https://github.com/akheron/jansson/releases | [omniosorg](https://github.com/omniosorg)
| ooce/library/json-c | 0.18 | https://github.com/json-c/json-c/tags https://github.com/json-c/json-c/wiki | [omniosorg](https://github.com/omniosorg)
| ooce/library/ldns | 1.8.4 | https://nlnetlabs.nl/downloads/ldns/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit afe5085

Please sign in to comment.