From 53d982afed677fcf50a84afac8839e6214ea970f Mon Sep 17 00:00:00 2001 From: "R. Imura" Date: Sun, 13 Feb 2000 02:01:01 +0000 Subject: Initial import of libcache-1.0.0. C library that allows a programmer to parse sentences easier. PR: 16522 Submitted by: Will Andrews --- devel/libcache/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/libcache/files/patch-aa (limited to 'devel/libcache/files/patch-aa') diff --git a/devel/libcache/files/patch-aa b/devel/libcache/files/patch-aa new file mode 100644 index 000000000000..3612e7034d92 --- /dev/null +++ b/devel/libcache/files/patch-aa @@ -0,0 +1,11 @@ +--- 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} -- cgit v1.2.3