aboutsummaryrefslogtreecommitdiff
path: root/editors/led
diff options
context:
space:
mode:
Diffstat (limited to 'editors/led')
-rw-r--r--editors/led/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile
index d869259dcea6..66ab6729ad52 100644
--- a/editors/led/Makefile
+++ b/editors/led/Makefile
@@ -19,7 +19,7 @@ SUB_FILES= pkg-message
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif