svn commit: r495749 - head/x11/dsbautostart

Mark Linimon linimon at FreeBSD.org
Fri Mar 15 00:07:07 UTC 2019


Author: linimon
Date: Fri Mar 15 00:07:06 2019
New Revision: 495749
URL: https://svnweb.freebsd.org/changeset/ports/495749

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/dsbautostart/Makefile

Modified: head/x11/dsbautostart/Makefile
==============================================================================
--- head/x11/dsbautostart/Makefile	Fri Mar 15 00:05:01 2019	(r495748)
+++ head/x11/dsbautostart/Makefile	Fri Mar 15 00:07:06 2019	(r495749)
@@ -12,7 +12,7 @@ COMMENT=	Manage commands to be executed at X session s
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		qt:5 tar:tgz qmake
+USES=		compiler:c++11-lang qmake qt:5 tar:tgz
 
 USE_GL=		gl
 USE_QT=		buildtools_build core gui linguisttools_build widgets


More information about the svn-ports-all mailing list