crispy-doom: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:19 +02:00
parent b596d27000
commit 2d6d120d82

View file

@ -13,6 +13,8 @@ homepage="https://github.com/fabiangreffrath/crispy-doom"
distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
checksum=6f8ac1e9373b06e5c74c6c3eeb7b7374eba7650e708c4c1df336fc8d3b3700fe
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
}