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

13 lines
263 B
Text
Raw Normal View History

1998-11-07 19:04:14 +01:00
--- src/lib/sfio/makefile.orig Sat Nov 7 13:28:29 1998
+++ src/lib/sfio/makefile Sat Nov 7 13:30:27 1998
@@ -9,7 +9,8 @@
1997-11-09 11:32:51 +01:00
# Compiler and flags to use
CXFLAGS=
CCMODE= -O
-CCFLAGS= -I. $(CCMODE) $(CXFLAGS)
1998-11-07 19:04:14 +01:00
+CCFLAGS= $(CFLAGS)
+CCFLAGS+= -I.
1997-11-09 11:32:51 +01:00
AR= ar
CC= cc