From 4456ee846a5a6eb35b5b32c62ad3c1db0b2bd0f8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 3 Apr 2017 09:43:00 +0000 Subject: [PATCH] Fix build with newer sigc++20 --- devel/regexxer/Makefile | 6 +++--- graphics/libgnomecanvasmm26/Makefile | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 9a732fe9950c..fca42abe8ffa 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Interactive tool for performing search and replace operations -USES= gettext gmake pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gettext gmake localbase pathfix pkgconfig \ + tar:xz +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes GLIB_SCHEMAS= org.regexxer.gschema.xml 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