From b291f59d543a934f005ddd25e94b3e2d58d0b20b Mon Sep 17 00:00:00 2001 From: project-repo Date: Mon, 9 Jan 2023 17:34:44 +0100 Subject: [PATCH] Add Issue 54 (#36) --- Bugs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Bugs.md b/Bugs.md index 25eeeca..c1792c4 100644 --- a/Bugs.md +++ b/Bugs.md @@ -1110,3 +1110,13 @@ Under these circumstances Cagebreak did not quit right after startup. * Fixed: 2.0.0 Cagebreak did not build with wlroots 0.16.1 and this was adjusted. + +## Issue 54 + + * github issue numer: #36 + * Fixed: 2.0.1 + +Cagebreak was not compatible with clang 15 and POSIX which was causing issues +with building under FreeBSD. + +Thanks to Jan Beich for pointing this out and providing a PR.