aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-10-08 08:51:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-10-08 08:53:29 +0000
commit590c8a3b56754bbfb6bc9e72fa6cc8fa7d3e4535 (patch)
tree4ced598cf491259474e30a796772fa3e28b4aea1
parentd0c14e8b53acf7c14ad3659ac6e0e478b15a7423 (diff)
downloadports-590c8a3b56754bbfb6bc9e72fa6cc8fa7d3e4535.tar.gz
ports-590c8a3b56754bbfb6bc9e72fa6cc8fa7d3e4535.zip
x11/wcm: unbreak build with libc++ < 16 after 275590e5fab0
In file included from ../src/wcm.cpp:1: ../src/wcm.hpp:69:52: error: implicit instantiation of undefined template 'std::array<Gtk::Separator, 7>' std::array<Gtk::Separator, NUM_CATEGORIES - 1> separators; ^ /usr/include/c++/v1/__tuple:219:64: note: template is declared here template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; ^ PR: 274347 Reported by: Chad Jacob Milios
-rw-r--r--x11/wcm/Makefile3
-rw-r--r--x11/wcm/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile
index 4516f72466ef..f3eba0ea3d1f 100644
--- a/x11/wcm/Makefile
+++ b/x11/wcm/Makefile
@@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
CATEGORIES= x11 wayland
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= aade4224e23e.patch:-p1 # https://github.com/WayfireWM/wcm/pull/69
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Wayfire Config Manager
WWW= https://wayfire.org/
diff --git a/x11/wcm/distinfo b/x11/wcm/distinfo
index 4b7ced5c18d1..23cd4d5d58ca 100644
--- a/x11/wcm/distinfo
+++ b/x11/wcm/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1695992117
SHA256 (WayfireWM-wcm-v0.8.0_GH0.tar.gz) = 24000f5d037dc03eed9eaf2803987db5e02c1776bbe7c56b9c95c5942f65938f
SIZE (WayfireWM-wcm-v0.8.0_GH0.tar.gz) = 396933
+SHA256 (aade4224e23e.patch) = 2f0477ed25bd2d83cd13ee68889a654d392b9f967e67c93896dd87dd7176c059
+SIZE (aade4224e23e.patch) = 985