mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9258520d84
into a single patch for each source file).
13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
--- src/lib/sfio/Stdio_s/Makefile.orig Sat Nov 7 15:53:36 1998
|
|
+++ src/lib/sfio/Stdio_s/Makefile Sat Nov 7 15:41:45 1998
|
|
@@ -7,7 +7,8 @@
|
|
CC= cc
|
|
CXFLAGS=
|
|
CCMODE= -O
|
|
-CCFLAGS= -I.. $(CCMODE) $(CXFLAGS)
|
|
+CCFLAGS= $(CFLAGS)
|
|
+CCFLAGS+= -I..
|
|
|
|
SRCS= stdgets.c stdopen.c stdprintf.c stdscanf.c stdsprintf.c stdvbuf.c \
|
|
stdputc.c stdgetc.c
|