summaryrefslogtreecommitdiff
path: root/devel/pecl-yac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-yac/Makefile')
-rw-r--r--devel/pecl-yac/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pecl-yac/Makefile b/devel/pecl-yac/Makefile
index bfdd7fa61fe5..cd57c9ed6c27 100644
--- a/devel/pecl-yac/Makefile
+++ b/devel/pecl-yac/Makefile
@@ -18,7 +18,7 @@ MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-m
.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