ports/math/hdf5/patches/patch-m4_aclocal_fc_f90

14 lines
382 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Already fixed upstream.
Index: m4/aclocal_fc.f90
--- m4/aclocal_fc.f90.orig
+++ m4/aclocal_fc.f90
@@ -150,6 +150,7 @@ PROGRAM FC_AVAIL_KINDS
WRITE(stdout,'(I0)') max_decimal_prec
WRITE(stdout,'(I0)') num_ikinds
WRITE(stdout,'(I0)') num_rkinds
+ CLOSE(stdout)
END PROGRAM FC_AVAIL_KINDS
!---- END ----- Determine the available KINDs for REALs and INTEGERs