freebsd-ports/devel/sfio/files/patch-ac
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
304 B
Text

--- src/lib/sfio/Sfio_dc/Makefile.orig Sat Nov 7 15:39:40 1998
+++ src/lib/sfio/Sfio_dc/Makefile Sat Nov 7 15:40:01 1998
@@ -10,7 +10,8 @@
# Compiler and flags to use
CXFLAGS=
CCMODE= -O
-CCFLAGS= -I. -I$(INCDIR) $(CCMODE) $(CXFLAGS)
+CCFLAGS= $(CFLAGS)
+CCFLAGS+= -I. -I$(INCDIR)
AR= ar
CC= cc