mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0fa4f8390e
Prodded by: wosch
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
--- 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 @@
|
|
# Compiler and flags to use
|
|
CXFLAGS=
|
|
CCMODE= -O
|
|
-CCFLAGS= -I. $(CCMODE) $(CXFLAGS)
|
|
+CCFLAGS= $(CFLAGS)
|
|
+CCFLAGS+= -I.
|
|
AR= ar
|
|
CC= cc
|
|
|