svn commit: r437585 - head/audio/gtkguitune

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 22:30:06 UTC 2017


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


More information about the svn-ports-head mailing list