Date: Sun, 2 Apr 2017 22:05:14 +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: r437580 - head/graphics/goocanvasmm2 Message-ID: <201704022205.v32M5E5i017422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 2 22:05:14 2017 New Revision: 437580 URL: https://svnweb.freebsd.org/changeset/ports/437580 Log: Fix build with new sigc++20 Modified: head/graphics/goocanvasmm2/Makefile Modified: head/graphics/goocanvasmm2/Makefile ============================================================================== --- head/graphics/goocanvasmm2/Makefile Sun Apr 2 22:03:57 2017 (r437579) +++ head/graphics/goocanvasmm2/Makefile Sun Apr 2 22:05:14 2017 (r437580) @@ -14,7 +14,8 @@ COMMENT= C++ bindings for the goocanvas LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 -USES= gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USE_CXXSTD= c++11 USE_GNOME= gtkmm30 GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704022205.v32M5E5i017422>