svn commit: r504091 - head/games/chessx

Mark Linimon linimon at FreeBSD.org
Thu Jun 13 13:01:01 UTC 2019


Author: linimon
Date: Thu Jun 13 13:01:00 2019
New Revision: 504091
URL: https://svnweb.freebsd.org/changeset/ports/504091

Log:
  Add compiler:c++11-lang to USES to fix the following on GCC-based
  systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"

Modified:
  head/games/chessx/Makefile

Modified: head/games/chessx/Makefile
==============================================================================
--- head/games/chessx/Makefile	Thu Jun 13 12:59:39 2019	(r504090)
+++ head/games/chessx/Makefile	Thu Jun 13 13:01:00 2019	(r504091)
@@ -12,7 +12,8 @@ COMMENT=	Qt 5 chess database application
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		desktop-file-utils qmake:outsource qt:5 shared-mime-info tar:tgz
+USES=		compiler:c++11-lang desktop-file-utils qmake:outsource qt:5 \
+		shared-mime-info tar:tgz
 USE_QT=		buildtools_build concurrent core gui linguisttools_build multimedia \
 		network opengl printsupport svg widgets xml
 


More information about the svn-ports-head mailing list