diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 18:29:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-03 18:29:45 +0800 |
commit | 8ba17bf88281b5e6280aeb38ad1c5001dbbf2405 (patch) | |
tree | baa5b7bb4bea8f91d63c8000e02f6ccdefea9fc4 /graphics/agave | |
parent | ea64636678d907e481554b8663ac2c75204a65ad (diff) | |
download | freebsd-ports-gnome-8ba17bf88281b5e6280aeb38ad1c5001dbbf2405.tar.gz freebsd-ports-gnome-8ba17bf88281b5e6280aeb38ad1c5001dbbf2405.tar.zst freebsd-ports-gnome-8ba17bf88281b5e6280aeb38ad1c5001dbbf2405.zip |
Fix build with newer sigc++20
Diffstat (limited to 'graphics/agave')
-rw-r--r-- | graphics/agave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index cb8820c4f3b2..5d8dbabbbd7e 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2+ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libglademm-2.4.so:devel/libglademm24 -USES= gettext gmake pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gettext gmake pathfix pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gconfmm26 gnomedocutils gnomeprefix gtkmm24 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-scrollkeeper \ |