File: ftbfs_gcc14.patch

package info (click to toggle)
gargoyle-free 2023.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,108 kB
  • sloc: ansic: 246,256; cpp: 184,798; asm: 5,889; javascript: 5,588; python: 902; sh: 626; makefile: 588; objc: 483; xml: 149
file content (15 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: FTBFS with GCC-13 (#1037669)
Forwarded: not needed
Author: cspiegel

===================================================================
--- old/garglk/garglk.h
+++ new/garglk/garglk.h
@@ -31,6 +31,7 @@
 #include <cmath>
 #include <cstddef>
 #include <cstdio>
+#include <cstdint>
 #include <cstring>
 #include <deque>
 #include <exception>