summaryrefslogtreecommitdiff
path: root/devel/libcache/files/patch-aa
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-02-13 02:01:01 +0000
committerR. Imura <imura@FreeBSD.org>2000-02-13 02:01:01 +0000
commit53d982afed677fcf50a84afac8839e6214ea970f (patch)
tree024972eb2ee34f4c42dba086f91142f355f4112e /devel/libcache/files/patch-aa
parentInitial import of newt-0.50-13. (diff)
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>
Notes
Notes: svn path=/head/; revision=25729
Diffstat (limited to 'devel/libcache/files/patch-aa')
-rw-r--r--devel/libcache/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
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}