Date: Thu, 28 Apr 2016 01:01:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209064] multimedia/handbrake: 0.10.5 doesn't build on FreeBSD 10.3-RELEASE amd64 Message-ID: <bug-209064-13-dkoczt13DS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209064-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209064-13@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=3D209064 Sean Farley <scf@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scf@FreeBSD.org --- Comment #1 from Sean Farley <scf@FreeBSD.org> --- Created attachment 169771 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169771&action= =3Dedit Prevent linking against system libraries The issue is that handbrake is trying to link against libraries of multimedia/ffmpeg (i.e., libavutil) which lacks this required symbol. Try this patch to multimedia/handbrake/Makefile. It forces LDFLAGS to look= in a directory where handbrakes places external libraries it builds first befo= re /usr/local/lib. The patch also removes the conflict check against x265 which does not appea= r to cause problems with the LDFLAGS fix. --=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-209064-13-dkoczt13DS>