Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2019 19:51:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 240979] multimedia/gstreamer1-libav: remove -mminimal-toc on powerpc64
Message-ID:  <bug-240979-12827-sMIqel4r5P@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240979-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240979-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240979

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Piotr Kubaj from comment #2)
> I suppose USES=3Dcompiler:c11 would fix it, but there's already
> USES=3Dcompiler:features.

Then replace USES=3Dcompiler:features with USES=3Dcompiler:c11 because:

# Mk/Uses/compiler.mk
.if ${_COMPILER_ARGS:Mc++*} || ${_COMPILER_ARGS:Mc11}
_COMPILER_ARGS+=3D        features
.endif

> Since this is non-default option, I suppose we can just leave it as is.

gstreamer1-libav is often non-trivial to unbreak during major ffmpeg updates
(e.g., 3.* -> 4.0), so the option is used as an interim fix. If -mminimal-t=
oc
is still required convert to

# Place after _MAKE_ENV
FFMPEG_CFLAGS_OFF=3D      ${"${ARCH:Mpowerpc64}":?-mminimal-toc:}

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240979-12827-sMIqel4r5P>