1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/sfio/files/patch-aa

13 lines
263 B
Plaintext
Raw Normal View History

1998-11-07 18:04:14 +00: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 10:32:51 +00:00
# Compiler and flags to use
CXFLAGS=
CCMODE= -O
-CCFLAGS= -I. $(CCMODE) $(CXFLAGS)
1998-11-07 18:04:14 +00:00
+CCFLAGS= $(CFLAGS)
+CCFLAGS+= -I.
1997-11-09 10:32:51 +00:00
AR= ar
CC= cc