Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 00:07:06 +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: r495749 - head/x11/dsbautostart
Message-ID:  <201903150007.x2F076KM013344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903150007.x2F076KM013344>