mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update libiconv to 1.18
This commit is contained in:
@@ -156,7 +156,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`libgcrypt`](libgcrypt/) | libgcrypt | 1.10.3 | https://gnupg.org/software/libgcrypt/index.html |
|
||||
| [`libgd`](libgd/) | libgd | 2.3.3 | https://libgd.github.io/ |
|
||||
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.48 | https://gnupg.org/software/libgpg-error/index.html |
|
||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.17 | https://www.gnu.org/software/libiconv/ |
|
||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.18 | https://www.gnu.org/software/libiconv/ |
|
||||
| [`libicu`](libicu/) | ICU | 77.1 | http://site.icu-project.org/ |
|
||||
| [`libjodycode`](libjodycode/) | libjodycode | 3.1.1 | https://codeberg.org/jbruchon/libjodycode |
|
||||
| [`libjpeg`](libjpeg/) | libjpeg | 9e | https://ijg.org/ |
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libiconv'
|
||||
version='1.17'
|
||||
version='1.18'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz#8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
|
||||
"https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz#3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8"
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=("build-aux/config.sub" "libcharset/build-aux/config.sub")
|
||||
configopts=("--enable-shared" "--disable-nls" "CFLAGS=-std=c17")
|
||||
|
||||
Reference in New Issue
Block a user