diff options
Diffstat (limited to 'system/bees/bees.SlackBuild')
-rw-r--r-- | system/bees/bees.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/bees/bees.SlackBuild b/system/bees/bees.SlackBuild index 807d885a3d..f3943ce562 100644 --- a/system/bees/bees.SlackBuild +++ b/system/bees/bees.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bees -# Copyright 2023 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2023,2025 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bees -VERSION=${VERSION:-0.10} +VERSION=${VERSION:-0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,9 @@ 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 {} \; +# https://github.com/Zygo/bees/issues/317 +patch -p1 < $CWD/patches/ee5c971_fsync_fix_signed_comparison_of_stf.f_type.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ make reallyall LIBDIR=lib$LIBDIRSUFFIX BEES_VERSION=$VERSION |