Bug 196535 shows that multimedia/mjpegtools fails to compile when libc++ r224926 is imported: http://package18.nyi.freebsd.org/data/headamd64PR196535-default/2015-01-07_20h10m47s/logs/errors/mjpegtools-2.1.0_7.log This is because one of the submodules tries to redefine 'errno' as a local variable, and the new version of libc++ pulls in <errno.h> now, leading to a conflict. The fix is to rename the local variable to 'error'.
Hi, Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost. I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost. Please could you resubmit them? Thanks, and apologies.
Created attachment 151473 [details] Fix multimedia/mjpegtools with libc++ r224926
fixed