svn commit: r437580 - head/graphics/goocanvasmm2

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 22:05:15 UTC 2017


Author: bapt
Date: Sun Apr  2 22:05:14 2017
New Revision: 437580
URL: https://svnweb.freebsd.org/changeset/ports/437580

Log:
  Fix build with new sigc++20

Modified:
  head/graphics/goocanvasmm2/Makefile

Modified: head/graphics/goocanvasmm2/Makefile
==============================================================================
--- head/graphics/goocanvasmm2/Makefile	Sun Apr  2 22:03:57 2017	(r437579)
+++ head/graphics/goocanvasmm2/Makefile	Sun Apr  2 22:05:14 2017	(r437580)
@@ -14,7 +14,8 @@ COMMENT=	C++ bindings for the goocanvas 
 
 LIB_DEPENDS=	libgoocanvas-2.0.so:graphics/goocanvas2
 
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
+USE_CXXSTD=	c++11
 USE_GNOME=	gtkmm30
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list