svn commit: r550511 - head/graphics/ptex

Piotr Kubaj pkubaj at FreeBSD.org
Tue Sep 29 14:26:26 UTC 2020


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


More information about the svn-ports-all mailing list