Date: Fri, 30 Jun 2023 21:42:57 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d2e24ac98e2e - main - graphics/libecwj2: explicitely use c++11 (+) Message-ID: <202306302142.35ULgvS8012169@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2e24ac98e2e491696e93ced761264c94ba3210a commit d2e24ac98e2e491696e93ced761264c94ba3210a Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-06-30 21:33:27 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-06-30 21:42:49 +0000 graphics/libecwj2: explicitely use c++11 (+) Force USE_CXXSTD=c++11 fixes the build on recent -CURRENT Reported by: poudriere fallout --- graphics/libecwj2/Makefile | 1 + 1 file changed, 1 insertion(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306302142.35ULgvS8012169>