Dominique Leuenberger 3 months ago committed by Git OBS Bridge
commit 1bc59a78c3

@ -0,0 +1,12 @@
diff --git a/icmake/comp/symtab/symtab.h b/icmake/comp/symtab/symtab.h
index cea2df3..a57ea2c 100644
--- a/icmake/comp/symtab/symtab.h
+++ b/icmake/comp/symtab/symtab.h
@@ -3,6 +3,7 @@
#include <string>
#include <vector>
+#include <cstdint>
#include "../exprtype/exprtype.h"

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 28 15:15:24 UTC 2023 - Martin Liška <mliska@suse.cz>
- Add gcc-13-fix.patch in order to fix the upstream issue:
https://gitlab.com/fbb-git/icmake/-/issues/5
-------------------------------------------------------------------
Mon Nov 21 09:42:03 UTC 2022 - Andreas Schwab <schwab@suse.de>

@ -1,7 +1,7 @@
#
# spec file for package icmake
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,6 +25,7 @@ Group: Development/Tools/Building
URL: https://gitlab.com/fbb-git/icmake
Source: %{URL}/-/archive/%{version}/icmake-%{version}.tar.bz2
Patch1: prevent-double-slash.patch
Patch2: gcc-13-fix.patch
BuildRequires: bison
BuildRequires: flex
BuildRequires: gcc-c++
@ -38,8 +39,7 @@ offers various special operators as well as a set of support functions
that have proven to be useful in program maintenance.
%prep
%setup -q
%patch1 -p1
%autosetup -p1
%build
export CXXFLAGS="%{optflags} -std=c++20"

Loading…
Cancel
Save