From 890a62ccd14e588d1ab22720b87a653bbef8bb6e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 4 Apr 2017 16:07:40 +0000 Subject: [PATCH] Fix build with new sigc++20 --- audio/patchage/Makefile | 3 ++- editors/gobby/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index 3c3d005ea7f8..a4233d6d8fb3 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -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 \ diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 86d6773e7ef3..0472be3e057a 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -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