FreeBSD Bugzilla – Attachment 226495 Details for
Bug 256935
multimedia/gstreamer1-libav: Fix build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patched multimedia/gstreamer1-libav/Makefile to include LDFLAGS for aarch64 when FFMPEG option is off
gstreamer1-libav_makefile.patch (text/plain), 439 bytes, created by
pr
on 2021-07-16 10:23:46 UTC
(
hide
)
Description:
Patched multimedia/gstreamer1-libav/Makefile to include LDFLAGS for aarch64 when FFMPEG option is off
Filename:
MIME Type:
Creator:
pr
Created:
2021-07-16 10:23:46 UTC
Size:
439 bytes
patch
obsolete
>--- multimedia/gstreamer1-libav/Makefile.orig 2021-07-03 13:27:50.877865000 +0200 >+++ multimedia/gstreamer1-libav/Makefile 2021-07-16 12:17:26.452832000 +0200 >@@ -35,6 +35,12 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256935
:
226167
| 226495