From 60c82ff6cb70a5f493f428ce92fd4a107cf40476 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 8 Feb 2022 11:20:17 +0100 Subject: desktop/buttonmaker: Fix for gcc >= 10.x. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- desktop/buttonmaker/buttonmaker.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/buttonmaker/buttonmaker.SlackBuild b/desktop/buttonmaker/buttonmaker.SlackBuild index c342630976..8ed17d3dfc 100644 --- a/desktop/buttonmaker/buttonmaker.SlackBuild +++ b/desktop/buttonmaker/buttonmaker.SlackBuild @@ -98,7 +98,7 @@ PKGDOC=$PKG/$DOCDIR SLKCFLAGS+=" -fcommon" -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fcommon" \ CXXFLAGS="$SLKCFLAGS" \ ./autogen.sh \ --prefix=/usr \ -- cgit v1.2.3