aboutsummaryrefslogtreecommitdiff
path: root/emulators/elliott-803
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-07-01 20:55:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-07-01 20:55:43 +0000
commit7b7b51081ee0f84970851e88e4d020db9263026f (patch)
tree2cfb052651729aa9645be6800c27dae05fb97ee5 /emulators/elliott-803
parent0e2f10a4ba61d66c8c4ecf99d3da64a459f00f9d (diff)
downloadports-7b7b51081ee0f84970851e88e4d020db9263026f.tar.gz
ports-7b7b51081ee0f84970851e88e4d020db9263026f.zip
Add compiler:c++17-lang to USES to attempt to fix the build on GCC-based
systems: cc1: error: unrecognized command line option "-std=c17" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=540994
Diffstat (limited to 'emulators/elliott-803')
-rw-r--r--emulators/elliott-803/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/elliott-803/Makefile b/emulators/elliott-803/Makefile
index bee0c758264c..311790ed337d 100644
--- a/emulators/elliott-803/Makefile
+++ b/emulators/elliott-803/Makefile
@@ -11,7 +11,7 @@ COMMENT= Emulator and compilers for Elliott 803 computer
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= ncurses
+USES= compiler:c++17-lang ncurses
MAKEFILE= BSDmakefile
MAKE_ARGS+= DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}"
MAKE_ENV+= LC_ALL=en_US.UTF-8