svn commit: r437616 - head/deskutils/fusenshi

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 3 11:42:15 UTC 2017


Author: bapt
Date: Mon Apr  3 11:42:13 2017
New Revision: 437616
URL: https://svnweb.freebsd.org/changeset/ports/437616

Log:
  Fix build with recent sigc++20

Modified:
  head/deskutils/fusenshi/Makefile

Modified: head/deskutils/fusenshi/Makefile
==============================================================================
--- head/deskutils/fusenshi/Makefile	Mon Apr  3 11:37:39 2017	(r437615)
+++ head/deskutils/fusenshi/Makefile	Mon Apr  3 11:42:13 2017	(r437616)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://www.ongs.co.jp/proj
 MAINTAINER=	ozawa at ongs.co.jp
 COMMENT=	Post-it(R) like application with network support
 
-USES=		gettext pkgconfig tar:tgz
+USES=		compiler:c++11-lang gettext pkgconfig tar:tgz
+USE_CXXSTD=	c++11
 USE_GNOME=	gtkmm24 gtksourceview libxml2
 USE_XORG=	x11
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list