Skip to content

Commit

Permalink
sysutils/mate-settings-daemon: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 18, 2023
1 parent 51b4ca3 commit 5644a4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sysutils/mate-settings-daemon/Makefile
Expand Up @@ -72,4 +72,10 @@ OPTIONS_SUB= yes
PULSEAUDIO_CONFIGURE_ENABLE= pulse
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

.include <bsd.port.mk>

0 comments on commit 5644a4e

Please sign in to comment.