View | Details | Raw Unified | Return to bug 231290
Collapse All | Expand All

(-)sysutils/osquery/Makefile (-3 / +3 lines)
Lines 69-77 Link Here
69
.include <bsd.port.pre.mk>
69
.include <bsd.port.pre.mk>
70
70
71
.if ${OSVERSION} < 1100000
71
.if ${OSVERSION} < 1100000
72
BUILD_DEPENDS+=	clang40:devel/llvm40
72
BUILD_DEPENDS+=	clang60:devel/llvm60
73
CC=	clang40
73
CC=	clang60
74
CXX=	clang++40
74
CXX=	clang++60
75
.endif
75
.endif
76
76
77
post-patch:
77
post-patch:

Return to bug 231290