git: 905dfe641b70 - main - multimedia/gstreamer1-libav: Fix build on aarch64
Mikael Urankar
mikael at FreeBSD.org
Sun Jul 18 15:19:34 UTC 2021
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=905dfe641b7045ca5b92dab3f11acda51d380134
commit 905dfe641b7045ca5b92dab3f11acda51d380134
Author: Aoek <pr at aoek.com>
AuthorDate: 2021-07-18 15:14:44 +0000
Commit: Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-07-18 15:14:44 +0000
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)
---
multimedia/gstreamer1-libav/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile
index 054fbecbce60..12c5bddeca6d 100644
--- a/multimedia/gstreamer1-libav/Makefile
+++ b/multimedia/gstreamer1-libav/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list