mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Add libiconv dependency to gettext
libiconv is explicitly linked later and required by gettext as well. Add it to the dependencies to make builds in a clean environment work.
This commit is contained in:
parent
a324d4d6a3
commit
3ba3d2ddfd
Notes:
sideshowbarker
2024-07-18 18:07:16 +09:00
Author: https://github.com/timschumi 🔰 Commit: https://github.com/SerenityOS/serenity/commit/3ba3d2ddfdb Pull-request: https://github.com/SerenityOS/serenity/pull/7120
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ version=0.21
|
|||
useconfigure=true
|
||||
files="https://ftp.gnu.org/pub/gnu/gettext/gettext-${version}.tar.gz gettext-${version}.tar.gz c77d0da3102aec9c07f43671e60611ebff89a996ef159497ce8e59d075786b12"
|
||||
auth_type=sha256
|
||||
depends="libiconv"
|
||||
|
||||
install() {
|
||||
run make DESTDIR=${SERENITY_INSTALL_ROOT} $installopts install
|
||||
|
|
Loading…
Reference in a new issue