openbsd-ports/math/hdf5/patches/patch-m4_aclocal_fc_f90
martin 347e4c9d12 Update hdf5 to 1.12.1.
Initiated by a diff from jmeister@posteo.ch.
2022-03-07 11:10:52 +00:00

14 lines
362 B
Plaintext

Already fixed upstream.
Index: m4/aclocal_fc.f90
--- m4/aclocal_fc.f90.orig
+++ m4/aclocal_fc.f90
@@ -151,6 +151,7 @@ PROGRAM FC_AVAIL_KINDS
WRITE(8,'(I0)') max_decimal_prec
WRITE(8,'(I0)') num_ikinds
WRITE(8,'(I0)') num_rkinds
+ CLOSE(8)
END PROGRAM FC_AVAIL_KINDS
!---- END ----- Determine the available KINDs for REALs and INTEGERs