Date: Sun, 2 Apr 2017 22:30:05 +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: r437585 - head/audio/gtkguitune Message-ID: <201704022230.v32MU5MW026055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 2 22:30:05 2017 New Revision: 437585 URL: https://svnweb.freebsd.org/changeset/ports/437585 Log: Fix build with new sigc++20 Modified: head/audio/gtkguitune/Makefile Modified: head/audio/gtkguitune/Makefile ============================================================================== --- head/audio/gtkguitune/Makefile Sun Apr 2 22:27:24 2017 (r437584) +++ head/audio/gtkguitune/Makefile Sun Apr 2 22:30:05 2017 (r437585) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704022230.v32MU5MW026055>