File: gcc-10.patch

package info (click to toggle)
zoem 21-341-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,980 kB
  • sloc: ansic: 9,386; sh: 1,113; makefile: 108
file content (13 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix gcc-10 build issue
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 14 Aug 2020 11:14:44 +0200
Bug-Debian: https://bugs.debian.org/958016

--- a/src/version.h
+++ b/src/version.h
@@ -1,4 +1,4 @@
 #ifndef zoem_version_h__
 #define zoem_version_h__
-char *zoemDateTag;
+extern char *zoemDateTag;
 #endif