ffmpegthumbnailer: fix gcc7 build

This commit is contained in:
Jürgen Buchmüller 2017-11-02 15:55:16 +01:00
parent 7963ffe291
commit 19fc36d63c

View file

@ -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";' \