radiotray-ng rebuild

This commit is contained in:
Rmys
2024-08-18 14:42:01 +03:00
parent 277566993b
commit 7bb9a55cea
2 changed files with 23 additions and 1 deletions
@@ -0,0 +1,22 @@
From 7a99bfa784f77be8f160961d25ab63dc2d5ccde0 Mon Sep 17 00:00:00 2001
From: Vasiliy Glazov <vascom2@gmail.com>
Date: Tue, 24 Jan 2023 10:42:46 +0300
Subject: [PATCH] Fix build with GCC13
Due to changes in GCC13 need fix include.
---
include/radiotray-ng/i_config.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/radiotray-ng/i_config.hpp b/include/radiotray-ng/i_config.hpp
index 39ab0af..6e92719 100644
--- a/include/radiotray-ng/i_config.hpp
+++ b/include/radiotray-ng/i_config.hpp
@@ -17,6 +17,7 @@
#pragma once
#include <string>
+#include <cstdint>
// easier interface to work with than jsoncpp
+1 -1
View File
@@ -37,7 +37,7 @@
<Dependency>libappindicator-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">missing.patch</Patch> -->
<Patch level="1">gcc13.patch</Patch>
</Patches>
</Source>