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

(-)net/socat/Makefile (-4 / +2 lines)
Lines 33-43 Link Here
33
LDFLAGS+=	-L${LOCALBASE}/lib
34
LDFLAGS+=	-L${LOCALBASE}/lib
34
.endif
35
.endif
35
36
36
.if(${OSVERSION} >= 1000024)
37
CCISCLANG!=	${CC} --version
37
CCISCLANG!=	${CC} --version | ${HEAD} -1 | ${GREP} 'clang'
38
.endif
39
38
40
.if ${CC} == clang || defined(CCISCLANG)
39
.if !empty(CCISCLANG:M*clang*)
41
CFLAGS+=	-Wno-unused-comparison
40
CFLAGS+=	-Wno-unused-comparison
42
.endif
41
.endif

Return to bug 181007