svn commit: r471207 - head/multimedia/webcamoid

Gerald Pfeifer gerald at FreeBSD.org
Thu May 31 12:51:47 UTC 2018


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}


More information about the svn-ports-all mailing list