diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 16:37:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 16:37:07 +0000 |
commit | b7e0113c70c56aa4f8b9859942c25bf50a322982 (patch) | |
tree | c937ab62625d77ee4aecd58e8dc2b5539c099d1d /x11-toolkits/gtkmm30 | |
parent | 6d25505558e67eb02e5b618c2b5ab1cbdd467a2c (diff) |
Fix build with newer sigc++20
Notes
Notes:
svn path=/head/; revision=437569
Diffstat (limited to 'x11-toolkits/gtkmm30')
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 90ff39f740a6..67a6419c51e1 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -20,7 +20,8 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= gm4:devel/m4 -USES+= gettext gmake libtool pathfix pkgconfig +USES+= gettext gmake libtool pathfix pkgconfig compiler:c++11-lang +USE_CXXSTD= c++11 USE_GNOME= gtk30 glibmm cairomm atkmm pangomm GNU_CONFIGURE= yes USE_LDCONFIG= yes |