diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-04 15:02:08 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:31:25 +0800 |
commit | 9c931065e537e8fb8548d7c0c8c7cb0456773c60 (patch) | |
tree | d1beeb6c5ec3bbd889fd3a1577259d1a31fe2ae5 /x11-toolkits | |
parent | e57fccd0af708c887547e048e8a82cba46dc882d (diff) | |
download | freebsd-ports-gnome-9c931065e537e8fb8548d7c0c8c7cb0456773c60.tar.gz freebsd-ports-gnome-9c931065e537e8fb8548d7c0c8c7cb0456773c60.tar.zst freebsd-ports-gnome-9c931065e537e8fb8548d7c0c8c7cb0456773c60.zip |
Fix build with new sigc++20
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/flowcanvas/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile index 7b9d2f9cc636..29a28b64c4e4 100644 --- a/x11-toolkits/flowcanvas/Makefile +++ b/x11-toolkits/flowcanvas/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= pkgconfig tar:bzip2 waf +USES= compiler:c++11-lang pkgconfig tar:bzip2 waf +USE_CXXSTD= c++11 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 8243dc40e7a3..f1e236ae9b05 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -19,7 +19,9 @@ LIB_DEPENDS= libgnomemm-2.6.so:x11/libgnomemm26 \ libgnomevfsmm-2.6.so:devel/gnome-vfsmm BUILD_DEPENDS= gm4:devel/m4 -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= libgnomeui GNU_CONFIGURE= yes |