aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-05-11 11:36:51 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-05-11 11:38:32 +0000
commit437d793b6649e6d3b15bbc868187150b8aa3cfd7 (patch)
tree763cc9e337833e32b55d4bb5e2dad269ae630105
parent5de38df1c8a6702e99f86bbe62fdac3fca619678 (diff)
downloadports-437d793b6649e6d3b15bbc868187150b8aa3cfd7.tar.gz
ports-437d793b6649e6d3b15bbc868187150b8aa3cfd7.zip
multimedia/vlc: Fix build with FREERDP option enabled
Fixes build on FreeBSD 13.3 and 14+ PR: 278706 Differential Revision: https://reviews.freebsd.org/D45071
-rw-r--r--multimedia/vlc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index a7e74b3c110d..6dac77d37454 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -171,6 +171,7 @@ FREERDP_CONFIGURE_ENABLE= freerdp
FREERDP_CONFIGURE_ENV= FREERDP_CFLAGS="-I${LOCALBASE}/include/freerdp2 \
-I${LOCALBASE}/include/winpr2" \
FREERDP_LIBS="-L${LOCALBASE}/lib"
+FREERDP_CFLAGS= -Wno-error=incompatible-function-pointer-types
FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi
FRIBIDI_CONFIGURE_ENABLE= fribidi