git: 437d793b6649 - main - multimedia/vlc: Fix build with FREERDP option enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 11:38:55 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=437d793b6649e6d3b15bbc868187150b8aa3cfd7 commit 437d793b6649e6d3b15bbc868187150b8aa3cfd7 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-05-11 11:36:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-11 11:38:32 +0000 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 --- multimedia/vlc/Makefile | 1 + 1 file changed, 1 insertion(+) 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