diff options
Diffstat (limited to 'development/poedit/poedit.SlackBuild')
-rw-r--r-- | development/poedit/poedit.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild index 7e15ac69c0..f698b4aa46 100644 --- a/development/poedit/poedit.SlackBuild +++ b/development/poedit/poedit.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for poedit # Copyright 2008 Niklas "Nille" Åkerström -# Copyright 2014-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=poedit -VERSION=${VERSION:-3.6.3} +VERSION=${VERSION:-3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS -fno-permissive" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ + --without-boost-system \ --build=$ARCH-slackware-linux \ make |