diff options
Diffstat (limited to 'devel/libcache/files/patch-aa')
-rw-r--r-- | devel/libcache/files/patch-aa | 11 |
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} |