diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-08 11:20:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:59 +0700 |
commit | 60c82ff6cb70a5f493f428ce92fd4a107cf40476 (patch) | |
tree | 029855c5f65784a04c064ffd38f15c11e889ae5c /desktop/buttonmaker | |
parent | f46a4c7177d2fa1ecc3d489f62108eecdeb7b943 (diff) |
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/buttonmaker')
-rw-r--r-- | desktop/buttonmaker/buttonmaker.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/buttonmaker/buttonmaker.SlackBuild b/desktop/buttonmaker/buttonmaker.SlackBuild index c34263097679..8ed17d3dfc70 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 \ |