Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 22:14:31 +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: r461275 - head/multimedia/webcamoid
Message-ID:  <201802082214.w18MEVaE094146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802082214.w18MEVaE094146>