Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 11:30:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437553 - head/databases/libgdamm5
Message-ID:  <201704021130.v32BU6HH054742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704021130.v32BU6HH054742>