Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2017 11:14:39 +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: r437614 - in head/graphics: aeskulap gx
Message-ID:  <201704031114.v33BEdB4039902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  3 11:14:39 2017
New Revision: 437614
URL: https://svnweb.freebsd.org/changeset/ports/437614

Log:
  Fix build with newer sigc++20

Modified:
  head/graphics/aeskulap/Makefile
  head/graphics/gx/Makefile

Modified: head/graphics/aeskulap/Makefile
==============================================================================
--- head/graphics/aeskulap/Makefile	Mon Apr  3 11:12:30 2017	(r437613)
+++ head/graphics/aeskulap/Makefile	Mon Apr  3 11:14:39 2017	(r437614)
@@ -18,8 +18,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	pipelka
 GH_TAGNAME=	ea0a119
 
-USES=		autoreconf desktop-file-utils gettext gmake libtool localbase \
-		pkgconfig
+USES=		compiler:c++11-lang autoreconf desktop-file-utils gettext gmake \
+		libtool localbase pkgconfig
+USE_CXXSTD=	c++11
 USE_GNOME=	gconfmm26 gtkmm24 intltool
 GCONF_SCHEMAS=	aeskulap.schemas
 USE_LDCONFIG=	${PREFIX}/lib/aeskulap

Modified: head/graphics/gx/Makefile
==============================================================================
--- head/graphics/gx/Makefile	Mon Apr  3 11:12:30 2017	(r437613)
+++ head/graphics/gx/Makefile	Mon Apr  3 11:14:39 2017	(r437614)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgnomevfsmm-2.6.so:devel/gnome-vfsmm
 
-USES=		desktop-file-utils gettext pkgconfig
+USES=		compiler:c++11-lang desktop-file-utils gettext pkgconfig
+USE_CXXSTD=	c++11
 USE_GNOME=	gconfmm26 gtkmm24
 GNU_CONFIGURE=	yes
 



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