File: reproducible.patch

package info (click to toggle)
pgplot5 5.2.2-19.7
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 7,188 kB
  • sloc: fortran: 39,795; ansic: 22,554; objc: 1,534; sh: 1,298; makefile: 267; pascal: 233; perl: 209; tcl: 190; awk: 51; csh: 25
file content (15 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Beckmann <anbe@debian.org>
Description: make the build reproducible

--- a/fonts/pgpack.f
+++ b/fonts/pgpack.f
@@ -48,6 +48,9 @@ C
       DO 1 I=1,MAXCHR
           INDEX(I) = 0
     1 CONTINUE
+      DO 2 I=1,MAXBUF
+          BUFFER(I) = 0
+    2 CONTINUE
       LOC = 0
       NCHAR = 0
 C