1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

x11/wcm: unbreak build with libc++ < 16 after 275590e5fa

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
This commit is contained in:
Jan Beich 2023-10-08 10:51:10 +02:00
parent d0c14e8b53
commit 590c8a3b56
2 changed files with 5 additions and 0 deletions

View File

@ -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/

View File

@ -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