diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-05 19:28:15 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:33:25 +0800 |
commit | 9318e8f56c7bdfdcc5239bd78b8611ffbad0a289 (patch) | |
tree | 64a2ee4c2d2381de6fab0ce1d3b7a1f957d3c6e5 /x11-toolkits | |
parent | 4a2823d9136a75eef93bb76c506fe5d8133e796a (diff) | |
download | freebsd-ports-gnome-9318e8f56c7bdfdcc5239bd78b8611ffbad0a289.tar.gz freebsd-ports-gnome-9318e8f56c7bdfdcc5239bd78b8611ffbad0a289.tar.zst freebsd-ports-gnome-9318e8f56c7bdfdcc5239bd78b8611ffbad0a289.zip |
Fix build with recent libsigc++20
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/libsexymm/Makefile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index dc3ba203aca6..a67c08669caa 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -16,12 +16,12 @@ LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 \ libgnomevfsmm-2.6.so:devel/gnome-vfsmm \ libxml++-2.6.so:textproc/libxml++26 -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \ + pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.6" API_VERSION="2.6" diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index d948a32d043b..efe8b3bb1acd 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -15,7 +15,8 @@ LICENSE= LGPL21 LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= gmake pathfix pkgconfig libtool +USES= compiler:c++11-lang gmake pathfix pkgconfig libtool +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_LDCONFIG= yes |