diff --git a/app-i18n/libhangul/libhangul-0.1.0.recipe b/app-i18n/libhangul/libhangul-0.1.0.recipe index bfa7fcb18..d27720f11 100644 --- a/app-i18n/libhangul/libhangul-0.1.0.recipe +++ b/app-i18n/libhangul/libhangul-0.1.0.recipe @@ -4,7 +4,7 @@ character classification." HOMEPAGE="https://github.com/libhangul/libhangul" COPYRIGHT="2004-2021 Hwangjin Choe" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/libhangul/libhangul/archive/refs/tags/libhangul-0.1.0.zip" CHECKSUM_SHA256="e90fb326167f8d54ba637bf5d1d55cbe9956f6b03a7ae9cb0786037b4a2a487b" SOURCE_DIR="libhangul-libhangul-$portVersion" @@ -50,7 +50,7 @@ BUILD() { sh ./autogen.sh autoupdate - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }