From ddb63705ac7ac90f7c6c6ea4191e239cfaefea68 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 30 Apr 2026 12:59:37 -0400 Subject: [PATCH] [hyprtoolkit] Added temporary fix for current release --- hyprtoolkit.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hyprtoolkit.spec b/hyprtoolkit.spec index 17c51be..c0272aa 100644 --- a/hyprtoolkit.spec +++ b/hyprtoolkit.spec @@ -44,6 +44,11 @@ Development files for %{name}. %prep %autosetup -p1 +# Thank you to eli-xciv for the correction +# I didn't notice it not being in the 0.5.3 release, as it was in the latest git +# (probably remove in next release) +# GCC 16 removed implicit ; NAME_MAX requires it explicitly +sed -i 's|#include |#include \n#include |' src/palette/ConfigManager.cpp %build %cmake -GNinja \