svn commit: r437741 - in head: audio/patchage editors/gobby

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 4 16:07:42 UTC 2017


Author: bapt
Date: Tue Apr  4 16:07:40 2017
New Revision: 437741
URL: https://svnweb.freebsd.org/changeset/ports/437741

Log:
  Fix build with new sigc++20

Modified:
  head/audio/patchage/Makefile
  head/editors/gobby/Makefile

Modified: head/audio/patchage/Makefile
==============================================================================
--- head/audio/patchage/Makefile	Tue Apr  4 15:17:25 2017	(r437740)
+++ head/audio/patchage/Makefile	Tue Apr  4 16:07:40 2017	(r437741)
@@ -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 \

Modified: head/editors/gobby/Makefile
==============================================================================
--- head/editors/gobby/Makefile	Tue Apr  4 15:17:25 2017	(r437740)
+++ head/editors/gobby/Makefile	Tue Apr  4 16:07:40 2017	(r437741)
@@ -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
 


More information about the svn-ports-all mailing list