diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-12 23:19:45 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-12 23:19:45 +0800 |
commit | e0d376cf9dd11e66cf5db03d59eb8d4c5584cb27 (patch) | |
tree | 4c4c2d76840dbc29940f567ff8a8eac050a92ca0 /games/instead/Makefile | |
parent | 59b06dd570b557d0fea5b1b9525dfa4f212a4565 (diff) | |
download | freebsd-ports-gnome-e0d376cf9dd11e66cf5db03d59eb8d4c5584cb27.tar.gz freebsd-ports-gnome-e0d376cf9dd11e66cf5db03d59eb8d4c5584cb27.tar.zst freebsd-ports-gnome-e0d376cf9dd11e66cf5db03d59eb8d4c5584cb27.zip |
- Add USES=compiler:c++11-lang to fix build on GCC architectures
PR: 235613
Submitted by: pkubaj@anongoth.pl
Diffstat (limited to 'games/instead/Makefile')
-rw-r--r-- | games/instead/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile index b464c15957da..b735cdb2cbb2 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple Text Adventure, The Interpreter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake iconv lua:51 pkgconfig +USES= cmake compiler:c++11-lang iconv lua:51 pkgconfig CMAKE_ARGS= -DMANDIR=man WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |