svn commit: r495430 - head/sysutils/glogg

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 04:50:29 UTC 2019


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
 


More information about the svn-ports-head mailing list