Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2017 16:07:41 +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: r437741 - in head: audio/patchage editors/gobby
Message-ID:  <201704041607.v34G7fux055229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr  4 16:07:40 2017
New Revision: 437741
URL: https://svnweb.freebsd.org/changeset/ports/437741

Log:
  Fix build with new sigc++20

Modified:
  head/audio/patchage/Makefile
  head/editors/gobby/Makefile

Modified: head/audio/patchage/Makefile
==============================================================================
--- head/audio/patchage/Makefile	Tue Apr  4 15:17:25 2017	(r437740)
+++ head/audio/patchage/Makefile	Tue Apr  4 16:07:40 2017	(r437741)
@@ -22,7 +22,8 @@ LIB_DEPENDS=	libjack.so:audio/jack \
 		libglademm-2.4.so:devel/libglademm24 \
 		libflowcanvas.so:x11-toolkits/flowcanvas
 
-USES=		pkgconfig tar:bzip2 waf
+USES=		compiler:c++11-lang pkgconfig tar:bzip2 waf
+USE_CXXSTD=	c++11
 INSTALLS_ICONS=	yes
 CONFIGURE_ARGS+=	--mandir=${MANPREFIX}/man \
 			--no-alsa \

Modified: head/editors/gobby/Makefile
==============================================================================
--- head/editors/gobby/Makefile	Tue Apr  4 15:17:25 2017	(r437740)
+++ head/editors/gobby/Makefile	Tue Apr  4 16:07:40 2017	(r437741)
@@ -21,7 +21,8 @@ OPTIONS_DEFINE=	GTKSPELL NLS
 GTKSPELL_DESC=	Enable GtkSpell support
 
 USE_GNOME=	gtksourceview2 intltool
-USES=		gmake pkgconfig pathfix
+USES=		compiler:c++11-lang gmake pkgconfig pathfix
+USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 



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