ffmpegthumbnailer: fix gcc7 build
This commit is contained in:
parent
7963ffe291
commit
19fc36d63c
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ homepage="https://github.com/dirkvdb/${pkgname}"
|
|||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=e5c31299d064968198cd378f7488e52cd5e738fac998eea780bc77d7f32238c2
|
||||
|
||||
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"
|
||||
|
||||
post_configure() {
|
||||
# Patch wrong man1 path
|
||||
sed -e 's;DESTINATION "/usr/man/man1";DESTINATION "/usr/share/man/man1";' \
|
||||
|
|
Loading…
Reference in a new issue