aboutsummaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
Diffstat (limited to 'net/socat')
-rw-r--r--net/socat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 10f845e36176..81cc7f7f9d51 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -37,7 +37,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CCISCLANG!= ${CC} --version | ${HEAD} -1 | ${GREP} 'clang'
.endif
-.if ${CC} == clang || defined(CCISCLANG)
+.if ${CC} == clang || !empty(CCISCLANG)
CFLAGS+= -Wno-unused-comparison
.endif