svn commit: r542767 - head/graphics/wdune

Mark Linimon linimon at FreeBSD.org
Tue Jul 21 17:52:10 UTC 2020


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


More information about the svn-ports-all mailing list