aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-24 12:03:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-24 12:03:43 +0000
commit8a069382b365114fed36d1ddc932677894889e56 (patch)
tree2bedc619dab322edddd91f29e4c6085afceb118c /net-im
parentb5e5c2010f8f184966d3cfaf4eaa5371622d588a (diff)
downloadports-8a069382b365114fed36d1ddc932677894889e56.tar.gz
ports-8a069382b365114fed36d1ddc932677894889e56.zip
net-im/libpurple: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 461ef4d28dbf..c5c87d0bb9a0 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -88,6 +88,10 @@ CONFIGURE_ARGS+=--disable-doxygen
.include <bsd.port.options.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+CFLAGS+= -Wno-error=incompatible-function-pointer-types
+.endif
+
.if ${PORT_OPTIONS:MTCLTK}
USES+= tk
CFLAGS+= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR}