libhangul: fix build

This commit is contained in:
q66 2019-12-18 01:50:01 +01:00
parent 5e352252ae
commit 1c376f2d50

View file

@ -14,7 +14,7 @@ checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830
wrksrc="$pkgname-$pkgname-$version" wrksrc="$pkgname-$pkgname-$version"
post_extract() { post_extract() {
sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.19/' configure.ac sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.20/' configure.ac
} }
pre_configure() { pre_configure() {