sc-im: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 12:11:55 +02:00
parent e3929be3a4
commit 389effe751

View file

@ -16,6 +16,8 @@ homepage="https://github.com/andmarti1424/sc-im/"
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
checksum=87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad
CFLAGS="-fcommon"
post_extract() {
vsed -i -e 's/lua51/lua5.1/g' \
-e 's/^ *CFLAGS/override &/' \