From bd0ad9b67be9d129f8fb71a195260bcc251609a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:41 +0200 Subject: [PATCH] read-edid: needs -fcommon for gcc10 [ci skip] --- srcpkgs/read-edid/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/read-edid/template b/srcpkgs/read-edid/template index 369b5d718d..ef0abdc4b9 100644 --- a/srcpkgs/read-edid/template +++ b/srcpkgs/read-edid/template @@ -14,6 +14,8 @@ homepage="http://www.polypux.org/projects/read-edid/" distfiles="http://www.polypux.org/projects/read-edid/${pkgname}-${version}.tar.gz" checksum=c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f +CFLAGS="-fcommon" + pre_install() { sed -i 's/COPYING//' CMakeLists.txt }