svn commit: r437590 - head/x11/lightdm

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 3 06:37:07 UTC 2017


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


More information about the svn-ports-head mailing list