From 86953bf1a276029f78c03e3132cd51099e3dc7bf Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 12 Apr 2015 01:20:01 +0000 Subject: - Fix build on < 10.x after wxgtk30 update --- games/golly/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games') 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 -- cgit