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

12 lines
298 B
Plaintext
Raw Normal View History

--- src/Makefile.in Wed Dec 22 12:00:17 1999
+++ src/Makefile.in.new Fri Feb 4 15:13:19 2000
@@ -6,7 +6,7 @@
OBJS=parse.o access.o
-CFLAGS=${DEBUG} ${DEFINES} -Wall -O3 -I. -I../include -c
+CFLAGS=${PCFLAGS} ${DEBUG} ${DEFINES} -Wall -O3 -I. -I../include -c
LIBEXEC=@LIBBIN@
all: ${OBJS}