Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 14:26:26 +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: r550511 - head/graphics/ptex
Message-ID:  <202009291426.08TEQQLX043761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Sep 29 14:26:26 2020
New Revision: 550511
URL: https://svnweb.freebsd.org/changeset/ports/550511

Log:
  graphics/ptex: require newer GCC to fix build of openimageio

Modified:
  head/graphics/ptex/Makefile

Modified: head/graphics/ptex/Makefile
==============================================================================
--- head/graphics/ptex/Makefile	Tue Sep 29 14:21:43 2020	(r550510)
+++ head/graphics/ptex/Makefile	Tue Sep 29 14:26:26 2020	(r550511)
@@ -10,7 +10,7 @@ COMMENT=	Per face texture library
 
 LICENSE=	BSD3CLAUSE
 
-USES=		cmake:insource pkgconfig
+USES=		cmake:insource compiler:c++11-lang pkgconfig
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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