community/libkkc: fix build with gcc 14

Use -fpermissive due to C code generated from vala
This commit is contained in:
Natanael Copa 2024-09-09 09:19:13 +02:00
parent 012b0121e8
commit 740d063880

View File

@ -1,7 +1,7 @@
# Maintainer: Celeste <cielesti@protonmail.com>
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 \