View | Details | Raw Unified | Return to bug 233137
Collapse All | Expand All

(-)multimedia/gstreamer1-libav/Makefile (-3 / +1 lines)
Lines 34-44 Link Here
34
FFMPEG_BROKEN=	fails to build with ffmpeg 4.0, see bug 227748
34
FFMPEG_BROKEN=	fails to build with ffmpeg 4.0, see bug 227748
35
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
35
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
36
FFMPEG_CONFIGURE_WITH=	system-libav
36
FFMPEG_CONFIGURE_WITH=	system-libav
37
FFMPEG_BUILD_DEPENDS_OFF=as:devel/binutils nasm:devel/nasm
37
FFMPEG_BUILD_DEPENDS_OFF=	nasm:devel/nasm
38
FFMPEG_CONFIGURE_ENV_OFF=${MACHINE:Marm*:C/.+/ASFLAGS=-no-integrated-as/}
39
FFMPEG_MAKE_ENV_OFF=	V=1
38
FFMPEG_MAKE_ENV_OFF=	V=1
40
FFMPEG_VARS_OFF+=	NOPRECIOUSMAKEVARS=yes # ARCH
39
FFMPEG_VARS_OFF+=	NOPRECIOUSMAKEVARS=yes # ARCH
41
FFMPEG_VARS_OFF+=	LLD_UNSAFE=yes # aarch64
42
40
43
post-patch:
41
post-patch:
44
	@${REINPLACE_CMD} -e 's|-Werror||g' \
42
	@${REINPLACE_CMD} -e 's|-Werror||g' \
(-)multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_configure (-1 / +9 lines)
Lines 14-20 Link Here
14
 cpu="generic"
14
 cpu="generic"
15
 intrinsics="none"
15
 intrinsics="none"
16
 
16
 
17
@@ -6492,6 +6487,9 @@ elif enabled llvm_gcc; then
17
@@ -4956,6 +4951,7 @@ case $target_os in
18
         disable symver
19
         ;;
20
     freebsd)
21
+        enable section_data_rel_ro
22
         ;;
23
     bsd/os)
24
         add_extralibs -lpoll -lgnugetopt
25
@@ -6492,6 +6488,9 @@ elif enabled llvm_gcc; then
18
 elif enabled clang; then
26
 elif enabled clang; then
19
     check_cflags -mllvm -stack-alignment=16
27
     check_cflags -mllvm -stack-alignment=16
20
     check_cflags -mstack-alignment=16
28
     check_cflags -mstack-alignment=16

Return to bug 233137