From cb753cc708b929e834e28575de23521f4740569f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 10 Dec 2020 16:49:39 +0000 Subject: [PATCH] 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) --- emulators/cemu/Makefile | 4 ++-- 1 file 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