diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 22:05:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 22:05:14 +0000 |
commit | d4bb41077cf232174af9bd940efd807049100be3 (patch) | |
tree | dcfe7a43a9d9a14731e0cc2a6b7f5ae44113e1a2 /graphics/goocanvasmm2 | |
parent | 3dbc356d9a7427706cba95f4687ec84e158fe72e (diff) |
Fix build with new sigc++20
Notes
Notes:
svn path=/head/; revision=437580
Diffstat (limited to 'graphics/goocanvasmm2')
-rw-r--r-- | graphics/goocanvasmm2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile index 1dccdab0812d..4cd81b955a8b 100644 --- a/graphics/goocanvasmm2/Makefile +++ b/graphics/goocanvasmm2/Makefile @@ -14,7 +14,8 @@ COMMENT= C++ bindings for the goocanvas widget for GTK 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 |