From 39c44c274c0ec5a293e18f61b9a4da2da6bd0e4e Mon Sep 17 00:00:00 2001 From: Zhu Qun-Ying Date: Tue, 17 Dec 2019 14:59:49 -0800 Subject: development/uncrustify fix a regression in 0.70.1 Signed-off-by: Willy Sudiarto Raharjo --- development/uncrustify/uncrustify.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'development/uncrustify/uncrustify.SlackBuild') diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index d10882bd5d..3695cc75b8 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=uncrustify VERSION=${VERSION:-0.70.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -46,7 +46,7 @@ find -L . \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - +patch -p1 < $CWD/nl_func_leave_one_liners.patch mkdir -p build cd build cmake \ -- cgit v1.2.3