aboutsummaryrefslogtreecommitdiff
path: root/multimedia/webcamoid
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-02-08 22:14:31 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-02-08 22:14:31 +0000
commit4782fecab33ebdc75557ba964c2f2255fa904e86 (patch)
tree7f40b51bc455f8aba57091c456cb857f4a6eb42e /multimedia/webcamoid
parent344ccf63636174367e949b33d1664b61ad80362d (diff)
downloadports-4782fecab33ebdc75557ba964c2f2255fa904e86.tar.gz
ports-4782fecab33ebdc75557ba964c2f2255fa904e86.zip
Use USE_GCC=6+ instead of the non-standard (and actually not supported)
USE_GCC=6.0+.
Notes
Notes: svn path=/head/; revision=461275
Diffstat (limited to 'multimedia/webcamoid')
-rw-r--r--multimedia/webcamoid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile
index 5b7476663134..dcdefb4b294c 100644
--- a/multimedia/webcamoid/Makefile
+++ b/multimedia/webcamoid/Makefile
@@ -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}