svn commit: r437553 - head/databases/libgdamm5

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 11:30:07 UTC 2017


Author: bapt
Date: Sun Apr  2 11:30:06 2017
New Revision: 437553
URL: https://svnweb.freebsd.org/changeset/ports/437553

Log:
  Fix build with new sigc++20

Modified:
  head/databases/libgdamm5/Makefile

Modified: head/databases/libgdamm5/Makefile
==============================================================================
--- head/databases/libgdamm5/Makefile	Sun Apr  2 10:55:31 2017	(r437552)
+++ head/databases/libgdamm5/Makefile	Sun Apr  2 11:30:06 2017	(r437553)
@@ -12,7 +12,8 @@ COMMENT=	C++ wrapper for libgda5 library
 
 BUILD_DEPENDS=	gm4:devel/m4
 
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang
+USE_CXXSTD=	c++11
 USE_GNOME=	libgda5 glibmm
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list