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.
This commit is contained in:
PulkoMandy
2024-08-10 21:10:37 +02:00
parent 4f82f09872
commit cb8f7b63bf

View File

@@ -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