From 630e4285d91483bdf637c29064e6b2586a361e73 Mon Sep 17 00:00:00 2001 From: sobomax Date: Sun, 29 May 2005 21:05:58 +0000 Subject: Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise old version of bzlib.h can be picked up from the /usr/include. --- lib/libstand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libstand') diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index ecfa28b..9fe1d39 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -129,7 +129,7 @@ SRCS+= _setjmp.S # decompression functionality from libz .PATH: ${.CURDIR}/../../contrib/bzip2 -CFLAGS+= -DBZ_NO_STDIO +CFLAGS+= -DBZ_NO_STDIO -I${.CURDIR}/../../contrib/bzip2 SRCS+= bzlib.c crctable.c decompress.c huffman.c randtable.c # decompression functionality from libz -- cgit v1.1