From 5040b8bd0d71a84e4f75da20d93182b29a0bfad9 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 7 Dec 2015 22:47:33 +0000 Subject: desktop/afterstep: Force std=gnu89 in CFLAGS/CXXFLAGS. Signed-off-by: David Spencer --- desktop/afterstep/afterstep.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/afterstep') diff --git a/desktop/afterstep/afterstep.SlackBuild b/desktop/afterstep/afterstep.SlackBuild index e82193ae32..dc9b4a4624 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" \ -CXXFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -std=gnu89" \ +CXXFLAGS="$SLKCFLAGS -std=gnu89" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ -- cgit v1.2.3-65-gdbad