aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-04-03 19:14:39 +0800
committerbapt <bapt@FreeBSD.org>2017-04-03 19:14:39 +0800
commit44d338e4b9e2280e26f100f169742cb06f176eaa (patch)
treeb2428a4ad94b80bc473e14d35106947574f2dfe9 /graphics
parent8086eb51d18d8f323d060b48de106824fbd4f034 (diff)
downloadfreebsd-ports-gnome-44d338e4b9e2280e26f100f169742cb06f176eaa.tar.gz
freebsd-ports-gnome-44d338e4b9e2280e26f100f169742cb06f176eaa.tar.zst
freebsd-ports-gnome-44d338e4b9e2280e26f100f169742cb06f176eaa.zip
Fix build with newer sigc++20
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aeskulap/Makefile5
-rw-r--r--graphics/gx/Makefile3
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile
index 430f6c258150..5fdf8c146c78 100644
--- a/graphics/aeskulap/Makefile
+++ b/graphics/aeskulap/Makefile
@@ -18,8 +18,9 @@ USE_GITHUB= yes
GH_ACCOUNT= pipelka
GH_TAGNAME= ea0a119
-USES= autoreconf desktop-file-utils gettext gmake libtool localbase \
- pkgconfig
+USES= compiler:c++11-lang autoreconf desktop-file-utils gettext gmake \
+ libtool localbase pkgconfig
+USE_CXXSTD= c++11
USE_GNOME= gconfmm26 gtkmm24 intltool
GCONF_SCHEMAS= aeskulap.schemas
USE_LDCONFIG= ${PREFIX}/lib/aeskulap
diff --git a/graphics/gx/Makefile b/graphics/gx/Makefile
index 120d5e05bbda..dfa712fe9825 100644
--- a/graphics/gx/Makefile
+++ b/graphics/gx/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnomevfsmm-2.6.so:devel/gnome-vfsmm
-USES= desktop-file-utils gettext pkgconfig
+USES= compiler:c++11-lang desktop-file-utils gettext pkgconfig
+USE_CXXSTD= c++11
USE_GNOME= gconfmm26 gtkmm24
GNU_CONFIGURE= yes