mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/libkkc: fix build with gcc 14
Use -fpermissive due to C code generated from vala
This commit is contained in:
parent
012b0121e8
commit
740d063880
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user