From ea64636678d907e481554b8663ac2c75204a65ad Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 3 Apr 2017 10:01:05 +0000 Subject: Fix build with new sigc++20 --- x11/libgnomemm26/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 5a5a6a5c5de8..ff73c0588a23 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -15,7 +15,9 @@ COMMENT= C++ wrapper for libgnome 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_XORG= xext USE_GNOME= libgnome GNU_CONFIGURE= yes -- cgit