aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2025-08-02 11:47:53 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2025-08-02 11:52:03 +0000
commit6bbbd8728aebedb04372d8a14b21d59585b20e53 (patch)
tree75af0ace157dd5093fd8afbafa87ccfe626d07b1 /accessibility
parent49af7dba58a3ab8cf52ad0b4db5e91b32f3cb7bd (diff)
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/hyprsunset/Makefile1
-rw-r--r--accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/hyprsunset/Makefile b/accessibility/hyprsunset/Makefile
index f77b8b76904d..a7adc5bb2680 100644
--- a/accessibility/hyprsunset/Makefile
+++ b/accessibility/hyprsunset/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hyprsunset
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= accessibility wayland
MAINTAINER= tagattie@FreeBSD.org
diff --git a/accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp b/accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp
index c8e22b0d7bfa..f2e7a4496bca 100644
--- a/accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp
+++ b/accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp
@@ -10,7 +10,7 @@
+#include <unistd.h>
#include <wayland-client-core.h>
+
-+#if defined(_LIBCPP_VERSION) || defined(_LIBCPP_HAS_NO_TIME_ZONE_DATABASE)
++#if defined(_LIBCPP_HAS_NO_TIME_ZONE_DATABASE)
+#pragma comment(lib, "date-tz")
+#include <date/tz.h>
+namespace std {