svn commit: r506912 - head/games/csmash
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jul 19 08:30:04 UTC 2019
Author: pkubaj
Date: Fri Jul 19 08:30:03 2019
New Revision: 506912
URL: https://svnweb.freebsd.org/changeset/ports/506912
Log:
games/csmash: fix build on GCC architectures
C++11 compiler is necessary:
LobbyClientView.h:85: error: ISO C++ forbids declaration of 'GtkWidget' with no type
Approved by: mentors (implicit approval)
Modified:
head/games/csmash/Makefile
Modified: head/games/csmash/Makefile
==============================================================================
--- head/games/csmash/Makefile Fri Jul 19 08:28:01 2019 (r506911)
+++ head/games/csmash/Makefile Fri Jul 19 08:30:03 2019 (r506912)
@@ -13,7 +13,7 @@ COMMENT= 3D tabletennis game
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gettext gmake pkgconfig
+USES= compiler:c++11-lang gettext gmake pkgconfig
USE_SDL= image mixer sdl
USE_GL= yes
USE_GNOME= gtk20
More information about the svn-ports-head
mailing list