streamlink: 7.1.1 -> 7.1.2 (#373269)
[NixPkgs.git] / pkgs / by-name / uw / uw-ttyp0 / determinism.patch
blob8546ad35933fcd49b392c06e70cfd94772abb260
1 diff --git a/Makefile.in b/Makefile.in
2 index b9736cd..5740412 100644
3 --- a/Makefile.in
4 +++ b/Makefile.in
5 @@ -76,7 +76,7 @@ bdf : $(bdf)
7 genpcf/%.pcf.gz : genbdf/%.bdf
8 $(BDFTOPCF) $< > $(@:.pcf.gz=.pcf)
9 - gzip -9 -f $(@:.pcf.gz=.pcf)
10 + gzip -n -9 -f $(@:.pcf.gz=.pcf)
12 genbdf/t0-11-uni.bdf : bdf/t0-11.bdf bdf/t0-12.bdf VARIANTS.dat mgl/unicode.mgl
13 $(MKSHALLOW) bdf/t0-12.bdf | cat - bdf/t0-11.bdf | $(BDFMANGLE) - VARIANTS.dat mgl/unicode.mgl > $@