svn commit: r437583 - head/devel/libglademm24

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 22:16:38 UTC 2017


Author: bapt
Date: Sun Apr  2 22:16:37 2017
New Revision: 437583
URL: https://svnweb.freebsd.org/changeset/ports/437583

Log:
  Fix build with recent sigc++20

Modified:
  head/devel/libglademm24/Makefile

Modified: head/devel/libglademm24/Makefile
==============================================================================
--- head/devel/libglademm24/Makefile	Sun Apr  2 22:14:12 2017	(r437582)
+++ head/devel/libglademm24/Makefile	Sun Apr  2 22:16:37 2017	(r437583)
@@ -18,7 +18,9 @@ LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkit
 BUILD_DEPENDS=	gm4:devel/m4
 
 USE_XORG=	x11 ice
-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_GNOME=	libglade2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list