1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Fix build with new sigc++20

This commit is contained in:
Baptiste Daroussin 2017-04-04 16:07:40 +00:00
parent f622dc5e05
commit 890a62ccd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437741
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@ LIB_DEPENDS= libjack.so:audio/jack \
libglademm-2.4.so:devel/libglademm24 \
libflowcanvas.so:x11-toolkits/flowcanvas
USES= pkgconfig tar:bzip2 waf
USES= compiler:c++11-lang pkgconfig tar:bzip2 waf
USE_CXXSTD= c++11
INSTALLS_ICONS= yes
CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
--no-alsa \

View File

@ -21,7 +21,8 @@ OPTIONS_DEFINE= GTKSPELL NLS
GTKSPELL_DESC= Enable GtkSpell support
USE_GNOME= gtksourceview2 intltool
USES= gmake pkgconfig pathfix
USES= compiler:c++11-lang gmake pkgconfig pathfix
USE_CXXSTD= c++11
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes