File: gcc-10.patch

package info (click to toggle)
dvi2ps 5.1j-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: ansic: 15,077; sh: 10,353; makefile: 158
file content (16 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with gcc 10
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/957157
Forwarded: not-needed

--- dvi2ps-5.1j.orig/global.h
+++ dvi2ps-5.1j/global.h
@@ -126,7 +126,7 @@ extern char *version;
  * Interface with device driver
  */
 /* ps.c */
-BOOLEAN landscape;
+extern BOOLEAN landscape;
 float dev_fontmag();
 
 /* psspecial.c */