diff options
Diffstat (limited to 'net-im/pidgin-fetion/Makefile')
-rw-r--r-- | net-im/pidgin-fetion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin-fetion/Makefile b/net-im/pidgin-fetion/Makefile index 38aa88367399..6897e76bec6f 100644 --- a/net-im/pidgin-fetion/Makefile +++ b/net-im/pidgin-fetion/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= lib/purple-2/libfetion.so .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types .endif |