1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:47:47 +00:00

Ports/libunistring: Update libunistring to version 1.1

This also fixes the Clang build of gettext by setting the sysroot.
This commit is contained in:
EWouters 2023-09-01 21:06:11 +02:00 committed by Jelle Raaijmakers
parent 2ba1b70401
commit e0dc73637f
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libunistring'
version='1.0'
version='1.1'
files=(
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544"
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#a2252beeec830ac444b9f68d6b38ad883db19919db35b52222cf827c385bdb6a"
)
useconfigure='true'
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)