Date: Wed, 18 Sep 2019 19:55:38 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512287 - head/x11/slim Message-ID: <201909181955.x8IJtcvY047430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909181955.x8IJtcvY047430>