Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 04:38:05 +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: r562447 - head/audio/tiatracker
Message-ID:  <202101240438.10O4c5w8084272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jan 24 04:38:04 2021
New Revision: 562447
URL: https://svnweb.freebsd.org/changeset/ports/562447

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/tiatracker/Makefile

Modified: head/audio/tiatracker/Makefile
==============================================================================
--- head/audio/tiatracker/Makefile	Sun Jan 24 04:10:09 2021	(r562446)
+++ head/audio/tiatracker/Makefile	Sun Jan 24 04:38:04 2021	(r562447)
@@ -14,7 +14,7 @@ COMMENT=	Music tracker for making Atari VCS 2600
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-USES=		dos2unix gl qmake qt:5 sdl tar:xz
+USES=		compiler:c++11-lang dos2unix gl qmake qt:5 sdl tar:xz
 DOS2UNIX_GLOB=	*.c *.cpp *.h *.k65 *.pro
 USE_GL=		gl
 USE_QT=		core gui widgets buildtools_build



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