From 3ea26d44f5904cf271bb9e133624a356f4bbc6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:34 +0200 Subject: [PATCH] mdocml: needs -fcommon for gcc10 [ci skip] --- srcpkgs/mdocml/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template index 5200eb54ce8..e7924b66c99 100644 --- a/srcpkgs/mdocml/template +++ b/srcpkgs/mdocml/template @@ -26,6 +26,8 @@ alternatives=" man:whatis.1:/usr/share/man/man1/mandoc-whatis.1 man:apropos.1:/usr/share/man/man1/mandoc-apropos.1" +CFLAGS="-fcommon" + post_extract() { # use less(1) sed -i 's,"more -s","less -s",g' main.c