Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2017 11:36:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437777 - in head/games: gnudoku hexxagon monster-masher
Message-ID:  <201704051136.v35BaVpX032672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051136.v35BaVpX032672>