[Bug 278142] deskutils/syncthingtray: update to 1.5.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278142] deskutils/syncthingtray: update to 1.5.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 16:03:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278142
Nuno Teixeira <eduardo@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eduardo@FreeBSD.org
--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,
According to
https://cgit.freebsd.org/ports/commit/?id=a5a118a0c713b0c3c793d8dc03e944192865d8ff
, webkit was removed.
This condition should be fixed to webengine only.
---
.if ${ARCH} == amd64 || ${ARCH} == i386
USE_QT+= webengine
.else
CMAKE_ARGS+= -DWEBVIEW_PROVIDER=webkit
USE_QT+= webkit
.endif
---
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.