diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 17:43:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-03 17:43:00 +0800 |
commit | d5c7d54fd513a35a200755ecb8a3a624354f9470 (patch) | |
tree | 82018a669e81bcf687bfe886508dcc28d5d5569d /graphics/libgnomecanvasmm26 | |
parent | 5845b8336b1f79398305f5f744010adffcb45dbd (diff) | |
download | freebsd-ports-gnome-d5c7d54fd513a35a200755ecb8a3a624354f9470.tar.gz freebsd-ports-gnome-d5c7d54fd513a35a200755ecb8a3a624354f9470.tar.zst freebsd-ports-gnome-d5c7d54fd513a35a200755ecb8a3a624354f9470.zip |
Fix build with newer sigc++20
Diffstat (limited to 'graphics/libgnomecanvasmm26')
-rw-r--r-- | graphics/libgnomecanvasmm26/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index 04f44e0d7d95..8952fa916ea7 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -15,7 +15,9 @@ COMMENT= C++ wrapper for libgnomecanvas library LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \ + tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= libgnomecanvas GNU_CONFIGURE= yes USE_LDCONFIG= yes |