diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-13 04:55:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-13 04:55:41 +0000 |
| commit | f076712ac18af2db1cd1f85ef76dc98e3a0ed269 (patch) | |
| tree | 5977aa39ecef74e43ef8a1d4bf292f60e2892259 | |
| parent | 6a82a4ba50e86a19119b383618dd07d554cf6c28 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_fbsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_fbsd/Makefile b/gnu/usr.bin/cc/cc_fbsd/Makefile index 0d5c5d4d28a3..2614d34d4fdf 100644 --- a/gnu/usr.bin/cc/cc_fbsd/Makefile +++ b/gnu/usr.bin/cc/cc_fbsd/Makefile @@ -9,6 +9,8 @@ NOPROFILE= YES NOPIC= YES SRCS= getobjformat.c mktemp.c + +CFLAGS+= -D_libc_open=open install: @true |
