From 19fc36d63cf1c2fb6d6979c72bd8d18ad05f96fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 2 Nov 2017 15:55:16 +0100 Subject: [PATCH] ffmpegthumbnailer: fix gcc7 build --- srcpkgs/ffmpegthumbnailer/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ffmpegthumbnailer/template b/srcpkgs/ffmpegthumbnailer/template index 28f827d025..4f3b6e61ca 100644 --- a/srcpkgs/ffmpegthumbnailer/template +++ b/srcpkgs/ffmpegthumbnailer/template @@ -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";' \