svn commit: r426628 - head/graphics/piglit

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Sun Nov 20 20:58:18 UTC 2016


Author: dumbbell (src committer)
Date: Sun Nov 20 20:58:16 2016
New Revision: 426628
URL: https://svnweb.freebsd.org/changeset/ports/426628

Log:
  graphics/piglit: Add USES+=compiler:c11
  
  This fixes the build on FreeBSD 9.3 where gcc 4.2.1 fails to build
  Piglit.
  
  Approved by:	bapt
  Differential Revision:	https://reviews.freebsd.org/D7779

Modified:
  head/graphics/piglit/Makefile

Modified: head/graphics/piglit/Makefile
==============================================================================
--- head/graphics/piglit/Makefile	Sun Nov 20 20:58:08 2016	(r426627)
+++ head/graphics/piglit/Makefile	Sun Nov 20 20:58:16 2016	(r426628)
@@ -31,7 +31,7 @@ GH_ACCOUNT=	dumbbell
 GH_PROJECT=	piglit
 GH_TAGNAME=	ca5350b4056ae63a93c4c207087b7634873b2ce2
 
-USES=		cmake:outsource pkgconfig python:2
+USES=		cmake:outsource compiler:c11 pkgconfig python:2
 USE_GL=		egl gbm gl glu
 USE_XORG=	x11 xcb xext xrender
 


More information about the svn-ports-all mailing list