Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 02:08:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555442 - head/graphics/openjph
Message-ID:  <202011160208.0AG28H5F028909@repo.freebsd.org>

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



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