freebsd-ports/devel/sfio/files/patch-af
James Raynard 9258520d84 New patches for sfio98. (Not that many changes, I've just split them up
into a single patch for each source file).
1998-11-07 18:06:17 +00:00

12 lines
340 B
Text

--- 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