summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-01 04:13:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-01 04:13:24 +0000
commita08cc1ee27a0314cfcb84f76c5eefd778c75d704 (patch)
tree6e9dd05aded3dcfd0b4f67b7748ef0e3c83fd472 /lib/libarchive
parente4162b7955997889c61efce0ef46e979700e5875 (diff)
downloadsrc-test-a08cc1ee27a0314cfcb84f76c5eefd778c75d704.tar.gz
src-test-a08cc1ee27a0314cfcb84f76c5eefd778c75d704.zip
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...)
Notes
Notes: svn path=/head/; revision=310996
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 0381110f7ea4a..dbf34dd93dbe6 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -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