diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-05-29 21:05:58 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-05-29 21:05:58 +0000 |
commit | 630e4285d91483bdf637c29064e6b2586a361e73 (patch) | |
tree | 34a4beab8cdd3b328f5c8fbb26f0a43e60fb38d7 /lib | |
parent | aaf5c1d3e8c0424385b6affd8c0aed3ebe7f7310 (diff) | |
download | FreeBSD-src-630e4285d91483bdf637c29064e6b2586a361e73.zip FreeBSD-src-630e4285d91483bdf637c29064e6b2586a361e73.tar.gz |
Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise
old version of bzlib.h can be picked up from the /usr/include.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libstand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |