ogmtools: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-08 11:54:30 +02:00
parent 8564df08b0
commit 35a762eb1a
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -16,7 +16,7 @@ distfiles="http://www.bunkus.org/videotools/ogmtools/ogmtools-${version}.tar.bz2
checksum=c8d61d1dbceb981dc7399c1a85e43b509fd3d071fb8d3ca89ea9385e6e40fdea
CFLAGS="-I./avilib"
CXXFLAGS="${CFLAGS}"
CXXFLAGS="${CFLAGS} -std=c++14"
pre_configure() {
mv configure.{in,ac}