aboutsummaryrefslogtreecommitdiff
path: root/graphics/openjph
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-11-16 02:08:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-11-16 02:08:16 +0000
commit1f97fb832e9bdafa716774ea24ee49b3a5ba7521 (patch)
tree302bfd0e4cccefa4d5330ddb21b53064b6e805c6 /graphics/openjph
parente1365acb31acb8920deecaed2553dc9413fb46ab (diff)
downloadports-1f97fb832e9bdafa716774ea24ee49b3a5ba7521.tar.gz
ports-1f97fb832e9bdafa716774ea24ee49b3a5ba7521.zip
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)
Notes
Notes: svn path=/head/; revision=555442
Diffstat (limited to 'graphics/openjph')
-rw-r--r--graphics/openjph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile
index bd45a23b1977..a862707a8b80 100644
--- a/graphics/openjph/Makefile
+++ b/graphics/openjph/Makefile
@@ -11,7 +11,7 @@ COMMENT= Open-source implementation of JPEG2000 Part-15
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
-USES= cmake pathfix
+USES= cmake compiler:c++11-lang pathfix
CMAKE_ON= BUILD_SHARED_LIBS