From d7f0d5ffb8c0bfdf6205363ab56df1336b0b3a42 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 16 Jun 2021 11:13:22 +0200 Subject: Ports: Disable gettext support for libiconv libiconv and gettext have a circular dependency. In an ideal world we'd build libiconv without gettext support first, then gettext and finally libiconv again with gettext support. However, if the libiconv port detects gettext on the host system while the gettext port hasn't been built yet things break. This disables gettext support for the libiconv port for now. --- Ports/libiconv/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/libiconv/package.sh b/Ports/libiconv/package.sh index 8080c89fa9..ed8f502887 100755 --- a/Ports/libiconv/package.sh +++ b/Ports/libiconv/package.sh @@ -2,7 +2,7 @@ port=libiconv version=1.16 useconfigure=true -configopts=--enable-shared +configopts="--enable-shared --disable-nls" files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz.sig libiconv-${version}.tar.gz.sig https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg" -- cgit v1.2.3