mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.
Submitted by: pete@pelican.pelican.com
This commit is contained in:
parent
a5a29f816e
commit
5bf37e2e63
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3909
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user