1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

multimedia/gstreamer1-libav: Fix build on aarch64

Fix build on aarch64 when FFMPEG option is off.
This is similar to the fix in multimedia/ffmpeg: svn port r507608

PR:		256935
Approved by:	portmgr (build fix blanket)
This commit is contained in:
Aoek 2021-07-18 17:14:44 +02:00 committed by Mikael Urankar
parent eda0db32e7
commit 905dfe641b

View File

@ -35,6 +35,12 @@ FFMPEG_BUILD_DEPENDS_OFF= nasm:devel/nasm
FFMPEG_MAKE_ENV_OFF= V=1
FFMPEG_VARS_OFF+= NOPRECIOUSMAKEVARS=yes # ARCH
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MFFMPEG)
LDFLAGS_aarch64= -Wl,-z,notext
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' \
${WRKSRC}/configure