svn commit: r456689 - in head/multimedia/webcamoid: . files

Jan Beich jbeich at FreeBSD.org
Tue Dec 19 04:32:05 UTC 2017


Yuri Victorovich <yuri at FreeBSD.org> writes:

> Author: yuri
> Date: Mon Dec 18 22:24:12 2017
> New Revision: 456689
> URL: https://svnweb.freebsd.org/changeset/ports/456689
>
> Log:
>   multimedia/webcamoid: Unbreaking clang-built app with USE_GCC=6.0+
[...]
> +# Workaround for the crash when built with clang that the upstream author says is a bug in clang
> +USE_GCC=	6.0+

Did you check runtime for crashes? USE_GCC enforces libstdc++ which
conflicts with dependencies (e.g., qt5-*) built against libc++.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221288#c4

USES=compiler:gcc-c++11-lib is a more safe way to use GCC to build a port on
architectures that switched to libc++ by default: aarch64, amd64, arm*, i386.


More information about the svn-ports-all mailing list