summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-08 11:20:17 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:59 +0100
commit60c82ff6cb70a5f493f428ce92fd4a107cf40476 (patch)
tree029855c5f65784a04c064ffd38f15c11e889ae5c /desktop
parentf46a4c7177d2fa1ecc3d489f62108eecdeb7b943 (diff)
downloadslackbuilds-60c82ff6cb70a5f493f428ce92fd4a107cf40476.tar.gz
desktop/buttonmaker: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/buttonmaker/buttonmaker.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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 \