Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.

Submitted by: pete@pelican.pelican.com
This commit is contained in:
L Jonas Olsson 1994-10-26 18:53:13 +00:00
parent a5a29f816e
commit 5bf37e2e63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3909

View File

@ -1,7 +1,7 @@
.PATH: ${.CURDIR}/../libF77 ${.CURDIR}/../libI77
LIB=f2c
CFLAGS+= -DIEEE_drem -DSkip_f2c_Undefs -DNON_ANSI_RW_MODES
CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO
MISC = Version.c main.c s_rnge.c abort_.c getarg_.c iargc_.c getenv_.c\
signal_.c s_stop.c s_paus.c system_.c cabs.c\