Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copy

of llvm38 on ^/stable/11 (oh, the bugs you find when you set CC,CXX,CPP
manually and it skips the bootstrap stage for the toolchain...)
This commit is contained in:
Enji Cooper 2017-01-01 04:13:24 +00:00
parent e4162b7955
commit a08cc1ee27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310996

View file

@ -12,7 +12,7 @@ BINDIR= ${TESTSDIR}
PROGS+= libarchive_test
CFLAGS+= -I${.CURDIR:H} -I${.OBJDIR}
CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/test_utils
CFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1