Date: Thu, 13 Jun 2019 13:01:00 +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: r504091 - head/games/chessx Message-ID: <201906131301.x5DD10Ol078337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906131301.x5DD10Ol078337>