Skip to content

Commit

Permalink
x11/wcm: unbreak build with libc++ < 16 after 275590e
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jbeich committed Oct 8, 2023
1 parent d0c14e8 commit 590c8a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x11/wcm/Makefile
Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions 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

0 comments on commit 590c8a3

Please sign in to comment.