Fix build with newer sigc++20

This commit is contained in:
Baptiste Daroussin 2017-04-03 09:43:00 +00:00
parent b28997e0ff
commit 4456ee846a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437608
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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