Date: Tue, 12 Mar 2019 04:50:29 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495430 - head/sysutils/glogg Message-ID: <201903120450.x2C4oTCv069850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Mar 12 04:50:28 2019 New Revision: 495430 URL: https://svnweb.freebsd.org/changeset/ports/495430 Log: Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/glogg/Makefile Modified: head/sysutils/glogg/Makefile ============================================================================== --- head/sysutils/glogg/Makefile Tue Mar 12 04:43:37 2019 (r495429) +++ head/sysutils/glogg/Makefile Tue Mar 12 04:50:28 2019 (r495430) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120450.x2C4oTCv069850>