Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 May 2016 14:51:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 209308] mail/thunderbird build failure with ffmpeg disabled
Message-ID:  <bug-209308-21738-dI5y1WETuz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209308-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209308-21738@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=3D209308

--- Comment #5 from w.schwarzenfeld@utanet.at ---
This seems to work:
Adding to the Makefile
.if ! ${PORT_OPTIONS:MFFMPEG}
MOZ_OPTIONS+=3D   --disable-ffmpeg
MOZ_OPTIONS+=3D   --disable-fmp4
MOZ_OPTIONS+=3D   --disable-dtrace
MOZ_OPTIONS+=3D   --disable-webrtc
.endif

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209308-21738-dI5y1WETuz>