1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/libcache/files/patch-aa
R. Imura 53d982afed Initial import of libcache-1.0.0.
C library that allows a programmer to parse sentences easier.

PR:		16522
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 02:01:01 +00:00

12 lines
298 B
Plaintext

--- 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}