aboutsummaryrefslogtreecommitdiff
path: root/emulators/cemu
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-10 16:49:39 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-10 16:49:39 +0000
commitcb753cc708b929e834e28575de23521f4740569f (patch)
tree64fb6addbadb22ebe08a2942cc27d8dd4549f444 /emulators/cemu
parent3e29b045e9a547c206cc802f3d032737cfdcce8c (diff)
downloadports-cb753cc708b929e834e28575de23521f4740569f.tar.gz
ports-cb753cc708b929e834e28575de23521f4740569f.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=557443
Diffstat (limited to 'emulators/cemu')
-rw-r--r--emulators/cemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cemu/Makefile b/emulators/cemu/Makefile
index 2eb8d35d3242..5d48b672cc20 100644
--- a/emulators/cemu/Makefile
+++ b/emulators/cemu/Makefile
@@ -13,8 +13,8 @@ LICENSE= GPLv3
LIB_DEPENDS= libpng.so:graphics/png
-USES= desktop-file-utils gl libarchive pkgconfig qmake qt:5 \
- shared-mime-info
+USES= compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \
+ qmake qt:5 shared-mime-info
USE_GL= gl
USE_QT= buildtools_build core gui network widgets