svn commit: r383835 - head/games/golly

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 12 01:20:02 UTC 2015


Author: amdmi3
Date: Sun Apr 12 01:20:01 2015
New Revision: 383835
URL: https://svnweb.freebsd.org/changeset/ports/383835

Log:
  - Fix build on < 10.x after wxgtk30 update

Modified:
  head/games/golly/Makefile

Modified: head/games/golly/Makefile
==============================================================================
--- head/games/golly/Makefile	Sun Apr 12 00:25:13 2015	(r383834)
+++ head/games/golly/Makefile	Sun Apr 12 01:20:01 2015	(r383835)
@@ -11,6 +11,7 @@ MAINTAINER=	makc at 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
 


More information about the svn-ports-all mailing list