Fix build with recent sigc++20

This commit is contained in:
Baptiste Daroussin 2017-04-02 22:14:12 +00:00
parent 99b0603d90
commit 496d33f479
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437582
4 changed files with 9 additions and 4 deletions

View File

@ -16,7 +16,9 @@ LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm
BUILD_DEPENDS= gm4:devel/m4 \
${LOCALBASE}/lib/libgtkmm-2.4.so.1:x11-toolkits/gtkmm24
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= x11
USE_GNOME= gconf2 referencehack
GNU_CONFIGURE= yes

View File

@ -24,7 +24,8 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libavcodec.so:multimedia/ffmpeg \
libdv.so:multimedia/libdv
USES= iconv jpeg libtool pathfix pkgconfig
USES= compiler:c++11-lang iconv jpeg libtool pathfix pkgconfig
USE_CXXSTD= c++11
USE_GNOME= cairo glibmm libxml++26
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}

View File

@ -13,7 +13,8 @@ COMMENT= C++ wrapper library for the multimedia library GStreamer
LICENSE= LGPL21
USES= gmake libtool pathfix pkgconfig tar:xz
USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
USE_CXXSTD= c++11
USE_GSTREAMER= theora vorbis cdparanoia gio pango
USE_GNOME= gnomeprefix gtkmm24
GNU_CONFIGURE= yes

View File

@ -14,7 +14,8 @@ COMMENT= C++ binding of GtkSourceView3
PORTSCOUT= limitw:1,even
USES= gmake libtool:keepla pathfix pkgconfig tar:xz
USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig tar:xz
USE_CXXSTD= c++11
USE_LDCONFIG= yes
USE_GNOME= gtksourceview3 gnomeprefix gtkmm30
GNU_CONFIGURE= yes