Date: Tue, 21 Jul 2020 17:52:08 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542767 - head/graphics/wdune Message-ID: <202007211752.06LHq8sB045823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jul 21 17:52:07 2020 New Revision: 542767 URL: https://svnweb.freebsd.org/changeset/ports/542767 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: .//../vcglib/vcg/space/index/spatial_hashing.h:29:24: error: unordered_map: No such file or directory Approved by: portmgr (tier-2 blanket) Modified: head/graphics/wdune/Makefile Modified: head/graphics/wdune/Makefile ============================================================================== --- head/graphics/wdune/Makefile Tue Jul 21 17:52:02 2020 (r542766) +++ head/graphics/wdune/Makefile Tue Jul 21 17:52:07 2020 (r542767) @@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png \ libswresample.so:multimedia/ffmpeg -USES= gl jpeg motif sdl tar:bzip2 xorg +USES= compiler:c++11-lang gl jpeg motif sdl tar:bzip2 xorg USE_XORG= x11 xft xi xmu xext xt USE_GL= gl glu glut USE_SDL= sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007211752.06LHq8sB045823>