ports/science/tinker/files/patch-source_openend.f
Yuri Victorovich 377565226d biology/tinker: Update 7.1.3 -> 8.4.4; Move to science/
Port changes:
* Take maintainership
* Implement the 'benchmarks' target, and stop installing benchmarks
* Add USES=gmake
* Update license
* Change MASTER_SITES and WWW to https
* Silence some commands
2018-10-07 00:19:22 +00:00

16 lines
593 B
Forth

--- source/openend.f.orig Fri Apr 18 13:31:51 2003
+++ source/openend.f Mon Jul 21 13:36:11 2003
@@ -29,11 +29,11 @@
c
c standard Fortran 90, unavailable in some Fortran 77 compilers
c
- open (unit=iunit,file=name,status='old',position='append')
+c open (unit=iunit,file=name,status='old',position='append')
c
c common extension supported by many Fortran 77 compilers
c
-c open (unit=iunit,file=name,status='old',access='append')
+ open (unit=iunit,file=name,status='old',access='append')
c
c some Fortran 77 compilers open files for append by default
c