mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
ogmtools: fix build with gcc>=11
This commit is contained in:
parent
8564df08b0
commit
35a762eb1a
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue