svn commit: r437614 - in head/graphics: aeskulap gx

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 3 11:14:41 UTC 2017


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
 


More information about the svn-ports-all mailing list