svn commit: r555442 - head/graphics/openjph

Mark Linimon linimon at FreeBSD.org
Mon Nov 16 02:08:17 UTC 2020


Author: linimon
Date: Mon Nov 16 02:08:16 2020
New Revision: 555442
URL: https://svnweb.freebsd.org/changeset/ports/555442

Log:
  Add compiler:c++11-lang to USES to attempt to fix build on GCC-based systems:
  
    src/core/common/ojph_arch.h:43:19: error: cstdint: No such file or directory
  
  This is necessary but not sufficient.  (Further testing underway).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/openjph/Makefile

Modified: head/graphics/openjph/Makefile
==============================================================================
--- head/graphics/openjph/Makefile	Mon Nov 16 01:50:15 2020	(r555441)
+++ head/graphics/openjph/Makefile	Mon Nov 16 02:08:16 2020	(r555442)
@@ -11,7 +11,7 @@ COMMENT=	Open-source implementation of JPEG2000 Part-1
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-USES=		cmake pathfix
+USES=		cmake compiler:c++11-lang pathfix
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 


More information about the svn-ports-all mailing list