diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-04 16:07:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-04 16:07:40 +0000 |
commit | 890a62ccd14e588d1ab22720b87a653bbef8bb6e (patch) | |
tree | 977c0beb26d6611df83e2b8e3ef45f369a01759a | |
parent | f622dc5e05ab1b2d67531716d9a6b6ae323565d7 (diff) | |
download | ports-890a62ccd14e588d1ab22720b87a653bbef8bb6e.tar.gz ports-890a62ccd14e588d1ab22720b87a653bbef8bb6e.zip |
Fix build with new sigc++20
Notes
Notes:
svn path=/head/; revision=437741
-rw-r--r-- | audio/patchage/Makefile | 3 | ||||
-rw-r--r-- | 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 |