aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qwinff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-03 00:27:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-03 00:27:55 +0000
commitce675e0229af1b229f8dbe41ae25ac8f2fefaf53 (patch)
tree4118c4c35131e4055e441a686821afe037b65efa /multimedia/qwinff
parentb3e760e409e2fd93ab4e88775353dd55303f1230 (diff)
downloadports-ce675e0229af1b229f8dbe41ae25ac8f2fefaf53.tar.gz
ports-ce675e0229af1b229f8dbe41ae25ac8f2fefaf53.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=563854
Diffstat (limited to 'multimedia/qwinff')
-rw-r--r--multimedia/qwinff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/qwinff/Makefile b/multimedia/qwinff/Makefile
index 2da12fe79f79..332cf4785d7b 100644
--- a/multimedia/qwinff/Makefile
+++ b/multimedia/qwinff/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
sox:audio/sox
-USES= cmake:noninja qt:5
+USES= cmake:noninja compiler:c++11-lang qt:5
USE_GITHUB= yes
USE_QT= core gui linguisttools network widgets buildtools_build \
qmake_build