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:
parent
e4162b7955
commit
a08cc1ee27
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user