Fix build with newer sigc++20

This commit is contained in:
Baptiste Daroussin 2017-04-03 11:37:39 +00:00
parent 1096d7ada2
commit b43358f7bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437615
3 changed files with 7 additions and 7 deletions

View File

@ -13,9 +13,8 @@ LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
libpulse.so:audio/pulseaudio
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake pkgconfig
USES= compiler:c++11-lang localbase gmake pkgconfig
USE_CXXSTD= c++11
USE_GNOME= gconfmm26 gnomeprefix intltool
CONFIGURE_ARGS= --disable-lynx

View File

@ -13,7 +13,8 @@ COMMENT= XML document transfer program
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pkgconfig tar:tgz
USES= compiler:c++11-lang pkgconfig tar:tgz
USE_CXXSTD= c++11
USE_GNOME= glibmm libxml2 libxslt
HAS_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -22,9 +22,9 @@ CONFIGURE_ARGS= --disable-festival \
--disable-updateinfo \
--disable-advertisement
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \
pkgconfig tar:bzip2
USE_CXXSTD= c++11
USE_GNOME= intltool
OPTIONS_DEFINE= GNOME