svn commit: r562447 - head/audio/tiatracker
Mark Linimon
linimon at FreeBSD.org
Sun Jan 24 04:38:05 UTC 2021
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
More information about the svn-ports-all
mailing list