diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-12 09:20:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-12 09:20:01 +0800 |
commit | 86953bf1a276029f78c03e3132cd51099e3dc7bf (patch) | |
tree | d6c94d28187f6c91ffa96832238d9a783c019cca /games | |
parent | 05d24f96ba2f2016c2d62104fb00029fcf5c5242 (diff) | |
download | freebsd-ports-gnome-86953bf1a276029f78c03e3132cd51099e3dc7bf.tar.gz freebsd-ports-gnome-86953bf1a276029f78c03e3132cd51099e3dc7bf.tar.zst freebsd-ports-gnome-86953bf1a276029f78c03e3132cd51099e3dc7bf.zip |
- Fix build on < 10.x after wxgtk30 update
Diffstat (limited to 'games')
-rw-r--r-- | games/golly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile index 590b29641670..48355772cbd9 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -11,6 +11,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata USES= compiler:c++11-lib cmake:outsource perl5 python +USE_CXXSTD= c++11 USE_WX= 3.0 WX_UNICODE= yes |