diff --git a/community/libkkc/APKBUILD b/community/libkkc/APKBUILD index 09904b002e8..122c50b4beb 100644 --- a/community/libkkc/APKBUILD +++ b/community/libkkc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Celeste pkgname=libkkc pkgver=0.3.5 -pkgrel=3 +pkgrel=4 pkgdesc="Japanese Kana Kanji conversion input method library" url="https://github.com/ueno/libkkc" arch="all" @@ -30,7 +30,7 @@ prepare() { } build() { - ./configure \ + CFLAGS="$CFLAGS -fpermissive" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \