--- /dev/null
+compile fix gcc6
+see https://bugs.gentoo.org/show_bug.cgi?id=594462
+Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (03/Oct/2016)
+--- atscepg-0.3.0/filter.cpp.old 2016-09-25 20:39:50.819503021 -0400
++++ atscepg-0.3.0/filter.cpp 2016-09-25 20:40:55.805996012 -0400
+@@ -34,7 +34,7 @@
+
+
+ #ifdef AE_ENABLE_LOG
+-#define F_LOG(T, s, ...) Logger.Printf(T, "(F:%d) "s, fNum, ##__VA_ARGS__)
++#define F_LOG(T, s, ...) Logger.Printf(T, "(F:%d) " s, fNum, ##__VA_ARGS__)
+ #else
+ #define F_LOG(T, s, ...)
+ #endif
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
epatch "${WORKDIR}/atscepg-${PV}_vdr-1.7.13.diff"
+ epatch "${FILESDIR}/${P}_gcc6.patch"
+
fix_vdr_libsi_include tables.cpp filter.cpp scanner.cpp
}