diff options
| -rw-r--r-- | accessibility/hyprsunset/Makefile | 1 | ||||
| -rw-r--r-- | accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp | 2 |
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 { |
