mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
2b222ce70c
- Add MAKE_JOBS_SAFE - Convert to optionsng - Trim Makefile header PR: ports/171971 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes
20 lines
605 B
Forth
20 lines
605 B
Forth
|
|
$FreeBSD$
|
|
|
|
--- 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
|