Date: Thu, 31 May 2018 12:51:46 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471207 - head/multimedia/webcamoid Message-ID: <201805311251.w4VCpk9Q073672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu May 31 12:51:46 2018 New Revision: 471207 URL: https://svnweb.freebsd.org/changeset/ports/471207 Log: Prefer USE_GCC=yes over USE_GCC=6+. As of today these two are equivalent, but the former is more general and we try to avoid references to specific versions where possible. Modified: head/multimedia/webcamoid/Makefile Modified: head/multimedia/webcamoid/Makefile ============================================================================== --- head/multimedia/webcamoid/Makefile Thu May 31 12:42:04 2018 (r471206) +++ head/multimedia/webcamoid/Makefile Thu May 31 12:51:46 2018 (r471207) @@ -29,7 +29,7 @@ QMAKE_ARGS= INSTALLQMLDIR=${QT_QMLDIR} \ MANDIR=${PREFIX}/man # Workaround for the crash when built with clang that the upstream author says is a bug in clang -USE_GCC= 6+ +USE_GCC= yes # Workaround for Bug#224137: devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is selected BINARY_ALIAS= g++=${CXX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311251.w4VCpk9Q073672>