From 1f827df96eeba458930b2136105ba629ae9f97e1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 21 Feb 2022 12:17:53 -0500 Subject: games/rezerwar: Fix 15.0 build. Signed-off-by: B. Watson --- games/rezerwar/rezerwar.SlackBuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'games/rezerwar/rezerwar.SlackBuild') diff --git a/games/rezerwar/rezerwar.SlackBuild b/games/rezerwar/rezerwar.SlackBuild index cd4643436240b..aa9b3c57b0e89 100644 --- a/games/rezerwar/rezerwar.SlackBuild +++ b/games/rezerwar/rezerwar.SlackBuild @@ -4,6 +4,8 @@ # Written by Larry Hajali +# 20220221 bkw: Modified by SlackBuilds.org: fix build on 15.0. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rezerwar @@ -12,9 +14,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -51,15 +50,15 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + -exec chmod 644 {} \+ SDLCONFIG="sdl-config" \ TARGET_BIN="/usr/games" \ TARGET_DOC="/usr/doc/$PRGNAM-$VERSION" \ TARGET_DATA="/usr/share/$PRGNAM" \ -MK_EXTRACFLAGS="$SLKCFLAGS" \ +MK_EXTRACFLAGS="$SLKCFLAGS -fcommon" \ OS="Linux" ./configure make -- cgit v1.2.3