svn commit: r437611 - head/x11/libgnomemm26

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 3 10:01:07 UTC 2017


Author: bapt
Date: Mon Apr  3 10:01:05 2017
New Revision: 437611
URL: https://svnweb.freebsd.org/changeset/ports/437611

Log:
  Fix build with new sigc++20

Modified:
  head/x11/libgnomemm26/Makefile

Modified: head/x11/libgnomemm26/Makefile
==============================================================================
--- head/x11/libgnomemm26/Makefile	Mon Apr  3 09:58:34 2017	(r437610)
+++ head/x11/libgnomemm26/Makefile	Mon Apr  3 10:01:05 2017	(r437611)
@@ -15,7 +15,9 @@ COMMENT=	C++ wrapper for libgnome librar
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 BUILD_DEPENDS=	gm4:devel/m4
 
-USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
+		tar:bzip2
+USE_CXXSTD=	c++11
 USE_XORG=	xext
 USE_GNOME=	libgnome
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list