summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-07-01 00:33:27 +0300
committerDima Panov <fluffy@FreeBSD.org>2023-07-01 00:42:49 +0300
commitd2e24ac98e2e491696e93ced761264c94ba3210a (patch)
tree55f6dacea49699b479eced2516c937db4ab03ac3
parentMOVED: update entry for databases/caterva forgotten in previous commit (diff)
graphics/libecwj2: explicitely use c++11 (+)
Force USE_CXXSTD=c++11 fixes the build on recent -CURRENT Reported by: poudriere fallout
-rw-r--r--graphics/libecwj2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile
index f1e9b95ea517..b4310c6eddae 100644
--- a/graphics/libecwj2/Makefile
+++ b/graphics/libecwj2/Makefile
@@ -17,6 +17,7 @@ LICENSE_TEXT= Registration required to download sources,\
LICENSE_PERMS= auto-accept
USES= gmake libtool zip
+USE_CXXSTD= c++11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip