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:
parent
f622dc5e05
commit
890a62ccd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437741
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user