From cb8f7b63bf25a80b815a66d55d2766454b6ceb9b Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 10 Aug 2024 21:10:37 +0200 Subject: [PATCH] wxgtk: update to libtiff 6, disable fswatcher wx detects that we have kqueue, and tries to use it for filesystem notify operations. But we don't implement that part of kqueue currently. For now, disable filesystem notify support, until either we get a better kqueue implementation, or someone writes a backend based on the node monitor for wx. --- x11-libs/wxgtk/wxgtk-3.2.2.1.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/wxgtk/wxgtk-3.2.2.1.recipe b/x11-libs/wxgtk/wxgtk-3.2.2.1.recipe index 64b5eb2e1..6828865ca 100644 --- a/x11-libs/wxgtk/wxgtk-3.2.2.1.recipe +++ b/x11-libs/wxgtk/wxgtk-3.2.2.1.recipe @@ -9,7 +9,7 @@ open-source and mature." HOMEPAGE="https://www.wxwidgets.org/" COPYRIGHT="1998-2023 Julian Smart, Robert Roebling et al" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v$portVersion/wxWidgets-$portVersion.tar.bz2" CHECKSUM_SHA256="dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02" SOURCE_DIR="wxWidgets-$portVersion" @@ -121,7 +121,7 @@ BUILD_REQUIRES=" devel:libpng16$secondaryArchSuffix devel:libSDL_1.2$secondaryArchSuffix devel:libSM$secondaryArchSuffix - devel:libtiff$secondaryArchSuffix + devel:libtiff$secondaryArchSuffix >= 6 devel:libX11$secondaryArchSuffix devel:libz$secondaryArchSuffix " @@ -159,6 +159,7 @@ BUILD() --enable-printfposparam \ --enable-unicode \ --enable-sound \ + --disable-fswatcher \ --with-sdl make $jobArgs