svn commit: r437777 - in head/games: gnudoku hexxagon monster-masher

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 5 11:36:32 UTC 2017


Author: bapt
Date: Wed Apr  5 11:36:31 2017
New Revision: 437777
URL: https://svnweb.freebsd.org/changeset/ports/437777

Log:
  Fix build with recent libsigc++20

Modified:
  head/games/gnudoku/Makefile
  head/games/hexxagon/Makefile
  head/games/monster-masher/Makefile

Modified: head/games/gnudoku/Makefile
==============================================================================
--- head/games/gnudoku/Makefile	Wed Apr  5 11:28:15 2017	(r437776)
+++ head/games/gnudoku/Makefile	Wed Apr  5 11:36:31 2017	(r437777)
@@ -13,7 +13,8 @@ COMMENT=	Free program for creating and s
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 
-USES=		gmake pkgconfig
+USES=		compiler:c++11-lang gmake pkgconfig
+USE_CXXSTD=	c++11
 MAKE_ENV=	CXXLAGS="${CXXFLAGS}"
 MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"
 

Modified: head/games/hexxagon/Makefile
==============================================================================
--- head/games/hexxagon/Makefile	Wed Apr  5 11:28:15 2017	(r437776)
+++ head/games/hexxagon/Makefile	Wed Apr  5 11:36:31 2017	(r437777)
@@ -10,7 +10,8 @@ COMMENT=	Strategy hexagon game
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 
-USES=		gmake pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gmake pkgconfig tar:bzip2
+USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 
 DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \

Modified: head/games/monster-masher/Makefile
==============================================================================
--- head/games/monster-masher/Makefile	Wed Apr  5 11:28:15 2017	(r437776)
+++ head/games/monster-masher/Makefile	Wed Apr  5 11:36:31 2017	(r437777)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libgnomecanvasmm-2.6.so:gra
 		libgconfmm-2.6.so:devel/gconfmm26 \
 		libglademm-2.4.so:devel/libglademm24
 
-USES=		pathfix gettext gmake pkgconfig tar:bzip2
+USES=		compiler:c++11-lang pathfix gettext gmake pkgconfig tar:bzip2
+USE_CXXSTD=	c++11
 USE_GNOME=	gnomeprefix intlhack libgnome esound
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list