aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ardour5
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-03 18:29:45 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-03 18:29:45 +0800
commitd4c7b7b7d035a1efd246b0e517b21fb429fce6db (patch)
treebaa5b7bb4bea8f91d63c8000e02f6ccdefea9fc4 /audio/ardour5
parent74949491c408917eee52b16916542083c5b52911 (diff)
downloadfreebsd-ports-gnome-d4c7b7b7d035a1efd246b0e517b21fb429fce6db.tar.gz
freebsd-ports-gnome-d4c7b7b7d035a1efd246b0e517b21fb429fce6db.tar.zst
freebsd-ports-gnome-d4c7b7b7d035a1efd246b0e517b21fb429fce6db.zip
Fix build with newer sigc++20
Diffstat (limited to 'audio/ardour5')
-rw-r--r--audio/ardour5/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ardour5/Makefile b/audio/ardour5/Makefile
index 3e5ba18cb097..206b42385a61 100644
--- a/audio/ardour5/Makefile
+++ b/audio/ardour5/Makefile
@@ -39,8 +39,9 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
libFLAC.so:audio/flac \
libreadline.so:devel/readline
-USES= desktop-file-utils gettext libarchive pkgconfig \
- python:build readline tar:bzip2 waf
+USES= compiler:c++11-lang desktop-file-utils gettext libarchive \
+ pkgconfig python:build readline tar:bzip2 waf
+USE_CXXSTD= c++11
USE_XORG= x11
USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango
USE_LDCONFIG= yes