summaryrefslogtreecommitdiffstats
path: root/desktop/wmweather
diff options
context:
space:
mode:
author Matteo Bernardini2020-05-09 20:27:49 +0200
committer Robby Workman2021-04-18 07:09:03 +0200
commit79b672e026d8bfc675b98f3d67dd2c2534001231 (patch)
tree4a7bd0568bc8316b9b0386fa3932ce675ea6ee0a /desktop/wmweather
parent7d6b14b33c4a5332b244233f339b49783768b93a (diff)
downloadslackbuilds-79b672e026d8bfc675b98f3d67dd2c2534001231.tar.gz
desktop/wmweather: Pass -fcommon for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/wmweather')
-rw-r--r--desktop/wmweather/wmweather.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmweather/wmweather.SlackBuild b/desktop/wmweather/wmweather.SlackBuild
index b7f8d24235..5f347e662a 100644
--- a/desktop/wmweather/wmweather.SlackBuild
+++ b/desktop/wmweather/wmweather.SlackBuild
@@ -51,7 +51,7 @@ find -L . \
-exec chmod 644 {} \;
cd src
- CFLAGS="$SLKCFLAGS" \
+ CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \