1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11/hyprlock
Jan Beich c77b742ff8 x11/hyprlock: unbreak build with libc++ 19
src/renderer/widgets/IWidget.cpp:104:44: error: no member named 'current_zone' in namespace 'std::chrono'
  104 |     const auto current_zone = std::chrono::current_zone();
      |                               ~~~~~~~~~~~~~^
src/renderer/widgets/IWidget.cpp:113:44: error: no member named 'current_zone' in namespace 'std::chrono'
  113 |     const auto current_zone = std::chrono::current_zone();
      |                               ~~~~~~~~~~~~~^

Reported by:	pkg-fallout
2024-10-30 19:03:46 +01:00
..
files
distinfo
Makefile x11/hyprlock: unbreak build with libc++ 19 2024-10-30 19:03:46 +01:00
pkg-descr