diff options
Diffstat (limited to 'security/softether-devel/Makefile')
-rw-r--r-- | security/softether-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile index 8ca49907f055..1bc49fcb41e4 100644 --- a/security/softether-devel/Makefile +++ b/security/softether-devel/Makefile @@ -43,7 +43,7 @@ ALL_TARGET= build .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif |