svn commit: r461275 - head/multimedia/webcamoid

Gerald Pfeifer gerald at FreeBSD.org
Thu Feb 8 22:14:32 UTC 2018


Author: gerald
Date: Thu Feb  8 22:14:31 2018
New Revision: 461275
URL: https://svnweb.freebsd.org/changeset/ports/461275

Log:
  Use USE_GCC=6+ instead of the non-standard (and actually not supported)
  USE_GCC=6.0+.

Modified:
  head/multimedia/webcamoid/Makefile

Modified: head/multimedia/webcamoid/Makefile
==============================================================================
--- head/multimedia/webcamoid/Makefile	Thu Feb  8 22:09:15 2018	(r461274)
+++ head/multimedia/webcamoid/Makefile	Thu Feb  8 22:14:31 2018	(r461275)
@@ -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.0+
+USE_GCC=	6+
 
 # 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-head mailing list