summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-08 22:45:11 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitcedf718692284d2a3cb9c7041d7e61bdada23134 (patch)
tree71bd31adb507e7a8d06d315c0d95c876c169744b
parentf866db605a22c9d0b3bfe771f47edf5fa3961d7e (diff)
downloadslackbuilds-cedf718692284d2a3cb9c7041d7e61bdada23134.tar.gz
slackbuilds-cedf718692284d2a3cb9c7041d7e61bdada23134.tar.xz
desktop/wmgtemp: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r--system/wmgtemp/wmgtemp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/wmgtemp/wmgtemp.SlackBuild b/system/wmgtemp/wmgtemp.SlackBuild
index c3598d3dd0..dc24f082c5 100644
--- a/system/wmgtemp/wmgtemp.SlackBuild
+++ b/system/wmgtemp/wmgtemp.SlackBuild
@@ -73,7 +73,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Let's compile!
-make
+make CC="gcc -fgnu89-inline $SLKCFLAGS"
# Create bin directory and move executable there
mkdir -p $PKG/usr/bin