advancecomp: fix build with gcc>=11
This commit is contained in:
parent
2ea33ea466
commit
a1c538b36b
|
@ -10,3 +10,5 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://www.advancemame.it/comp-readme.html"
|
homepage="http://www.advancemame.it/comp-readme.html"
|
||||||
distfiles="https://github.com/amadvance/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/amadvance/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8
|
checksum=3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8
|
||||||
|
|
||||||
|
export CXXFLAGS="-std=c++14"
|
||||||
|
|
Loading…
Reference in New Issue