From 15d0285433d2b2f7b4422d6102924b53d95e42e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:49:08 +0200 Subject: [PATCH] w_scan: needs -fcommon for gcc10 [ci skip] --- srcpkgs/w_scan/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/w_scan/template b/srcpkgs/w_scan/template index 2af50272418..eae95b0654e 100644 --- a/srcpkgs/w_scan/template +++ b/srcpkgs/w_scan/template @@ -1,15 +1,17 @@ # Template file for 'w_scan' -pkgname="w_scan" -version="20170107" +pkgname=w_scan +version=20170107 revision=1 +build_style="gnu-configure" hostmakedepends="automake libtool" -short_desc="A universal ATSC and DVB blind scanner" +short_desc="Universal ATSC and DVB blind scanner" maintainer="Stefan Mühlinghaus " -license="GPL-2" +license="GPL-2.0-only" homepage="http://wirbel.htpc-forum.de/w_scan/index2.html" distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2" checksum="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe" -build_style="gnu-configure" + +CFLAGS="-fcommon" pre_configure() { autoreconf -if