Date: Mon, 3 Apr 2017 06:37:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437590 - head/x11/lightdm Message-ID: <201704030637.v336b5m6023663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Apr 3 06:37:05 2017 New Revision: 437590 URL: https://svnweb.freebsd.org/changeset/ports/437590 Log: Fix build with new sigc++20 Modified: head/x11/lightdm/Makefile Modified: head/x11/lightdm/Makefile ============================================================================== --- head/x11/lightdm/Makefile Mon Apr 3 06:10:33 2017 (r437589) +++ head/x11/lightdm/Makefile Mon Apr 3 06:37:05 2017 (r437590) @@ -23,7 +23,9 @@ LIB_DEPENDS= libaccountsservice.so:sysut libgcrypt.so:security/libgcrypt \ libxklavier.so:x11/libxklavier -USES= localbase gettext gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang localbase gettext gmake libtool pathfix \ + pkgconfig tar:xz +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GNOME= glib20 intlhack USE_XORG= x11 xcb xdmcp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704030637.v336b5m6023663>