From cedf718692284d2a3cb9c7041d7e61bdada23134 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 8 Dec 2015 22:45:11 +0000 Subject: desktop/wmgtemp: Fixed build with gcc-5.2.0. Signed-off-by: David Spencer --- system/wmgtemp/wmgtemp.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/wmgtemp') 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 -- cgit v1.2.3