advancecomp: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-08 12:51:02 +02:00
parent 2ea33ea466
commit a1c538b36b
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ license="GPL-3.0-or-later"
homepage="http://www.advancemame.it/comp-readme.html"
distfiles="https://github.com/amadvance/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8
export CXXFLAGS="-std=c++14"