diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-24 12:38:04 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-24 12:38:04 +0800 |
commit | 568ac2416891a0c53ae57f9ba10780ff6392a9b7 (patch) | |
tree | 2467a060b9d887e4a8d3e5adb6ed892ade8a5474 /audio | |
parent | 1d8159cac8087030cae347555f483583a59b732e (diff) | |
download | freebsd-ports-gnome-568ac2416891a0c53ae57f9ba10780ff6392a9b7.tar.gz freebsd-ports-gnome-568ac2416891a0c53ae57f9ba10780ff6392a9b7.tar.zst freebsd-ports-gnome-568ac2416891a0c53ae57f9ba10780ff6392a9b7.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tiatracker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/tiatracker/Makefile b/audio/tiatracker/Makefile index 3abf7b544a05..dd437af6a3b0 100644 --- a/audio/tiatracker/Makefile +++ b/audio/tiatracker/Makefile @@ -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 |