From e298c2b7d34dd27ead0e54ae927a032ebf83a09a Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 7 Dec 2015 23:00:50 +0000 Subject: desktop/afterstep: Fixed build with gcc-5.2.0. Signed-off-by: David Spencer --- desktop/afterstep/afterstep.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/afterstep/afterstep.SlackBuild b/desktop/afterstep/afterstep.SlackBuild index dc9b4a4624094..db520ea84e5e3 100644 --- a/desktop/afterstep/afterstep.SlackBuild +++ b/desktop/afterstep/afterstep.SlackBuild @@ -73,8 +73,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS -std=gnu89" \ -CXXFLAGS="$SLKCFLAGS -std=gnu89" \ +CFLAGS="$SLKCFLAGS -fgnu89-inline" \ +CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ @@ -87,7 +87,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu89" \ --with-imageloader="" \ --build=$ARCH-slackware-linux -make +make -j1 make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3