From 3a68fc06768edc21d9e336ed4e864c7df11eb2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:20 +0200 Subject: [PATCH] dmenu-wayland: needs -fcommon for gcc10 [ci skip] --- srcpkgs/dmenu-wayland/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/dmenu-wayland/template b/srcpkgs/dmenu-wayland/template index d36244bbbe7..423c8ff3c63 100644 --- a/srcpkgs/dmenu-wayland/template +++ b/srcpkgs/dmenu-wayland/template @@ -13,6 +13,8 @@ homepage="https://github.com/nyyManni/dmenu-wayland" distfiles="https://github.com/nyyManni/dmenu-wayland/archive/v${version}.tar.gz" checksum=dcbc70156e138b2bb8788aeebf75af14f75e188ed78865840e341b5375ed6614 +CFLAGS="-fcommon" + post_install() { vlicense LICENSE }