From 38f91959efd3618571ad4b4a2de345bac04b8292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:26 +0200 Subject: [PATCH] heyu: needs -fcommon for gcc10 [ci skip] --- srcpkgs/heyu/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/heyu/template b/srcpkgs/heyu/template index 91f70703b02..6c2999fd29f 100644 --- a/srcpkgs/heyu/template +++ b/srcpkgs/heyu/template @@ -12,6 +12,8 @@ homepage="http://www.heyu.org" distfiles="https://github.com/HeyuX10Automation/heyu/archive/v${version}.tar.gz" checksum=621a20f45eef62070b3f95ad17ecbc3e7e1f7352d25dac86093ff6938b606baa +CFLAGS="-fcommon" + pre_configure() { sed -i 's:local/::' Configure sed -i 's:/man:/share/man:' Configure