aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 22:30:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 22:30:05 +0000
commit3bbba4ed0854d36ea95b05c579f1786c7b9a7cde (patch)
tree69bf72e42392486b3d76a546b4a28be0d6c84b8b /audio
parent589f1a95f42be1e76c79d235b50ac8990e7852ec (diff)
downloadports-3bbba4ed0854d36ea95b05c579f1786c7b9a7cde.tar.gz
ports-3bbba4ed0854d36ea95b05c579f1786c7b9a7cde.zip
Fix build with new sigc++20
Notes
Notes: svn path=/head/; revision=437585
Diffstat (limited to 'audio')
-rw-r--r--audio/gtkguitune/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile
index 128f595c547e..19d9d38f3bff 100644
--- a/audio/gtkguitune/Makefile
+++ b/audio/gtkguitune/Makefile
@@ -16,7 +16,8 @@ LICENSE= GPLv2+
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= pkgconfig
+USES= compiler:c++11-lang pkgconfig
+USE_CXXSTD= c++11
USE_GNOME= gtkmm24
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes