mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||||
pkgname=libkkc
|
pkgname=libkkc
|
||||||
pkgver=0.3.5
|
pkgver=0.3.5
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Japanese Kana Kanji conversion input method library"
|
pkgdesc="Japanese Kana Kanji conversion input method library"
|
||||||
url="https://github.com/ueno/libkkc"
|
url="https://github.com/ueno/libkkc"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -30,7 +30,7 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
CFLAGS="$CFLAGS -fpermissive" ./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user