freebsd-ports/devel/sfio/files/patch-af

13 lines
340 B
Text
Raw Normal View History

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