svn commit: r512287 - head/x11/slim

Piotr Kubaj pkubaj at FreeBSD.org
Wed Sep 18 19:55:39 UTC 2019


Author: pkubaj
Date: Wed Sep 18 19:55:38 2019
New Revision: 512287
URL: https://svnweb.freebsd.org/changeset/ports/512287

Log:
  x11/slim: fix build on GCC architectures
  
  Use new GCC:
  /usr/local/poudriere/ports/default/x11/slim/work/slim-1.3.6/Ck.cpp: In member function 'const char* Ck::Session::get_x11_device(const std::string&)':
  /usr/local/poudriere/ports/default/x11/slim/work/slim-1.3.6/Ck.cpp:94: error: 'snprintf' is not a member of 'std'
  
  Approved by:	mentors (implicit approval)

Modified:
  head/x11/slim/Makefile

Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile	Wed Sep 18 19:54:15 2019	(r512286)
+++ head/x11/slim/Makefile	Wed Sep 18 19:55:38 2019	(r512287)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		cmake jpeg pkgconfig
+USES=		cmake compiler:c++11-lang jpeg pkgconfig
 USE_XORG=	ice sm x11 xau xcb xdmcp xext xft xmu xorg-server xrandr \
 		xrender xt
 USE_RC_SUBR=	slim


More information about the svn-ports-all mailing list