summaryrefslogtreecommitdiff
path: root/editors/e93/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/e93/Makefile')
-rw-r--r--editors/e93/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
index 43a60b90a1ea..b7c79e54153c 100644
--- a/editors/e93/Makefile
+++ b/editors/e93/Makefile
@@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
+.if ${COMPILER_TYPE} == clang
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif