Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 20:58:17 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426628 - head/graphics/piglit
Message-ID:  <201611202058.uAKKwHBY064991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611202058.uAKKwHBY064991>