From e021dea053c12404df2e63a96231b2199da242fe Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 12 Mar 2019 04:50:28 +0000 Subject: [PATCH] Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: portmgr (tier-2 blanket) --- sysutils/glogg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/glogg/Makefile b/sysutils/glogg/Makefile index 4f420fdfddb3..0b3a7ad13bac 100644 --- a/sysutils/glogg/Makefile +++ b/sysutils/glogg/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_program_options.so:devel/boost-libs -USES= qmake desktop-file-utils qt:5 +USES= compiler:c++11-lang desktop-file-utils qmake qt:5 USE_QT= core gui widgets dbus buildtools_build LDFLAGS+= -Wl,--as-needed # prevents stray USE_GL=gl, see bug#224488