git: d2e24ac98e2e - main - graphics/libecwj2: explicitely use c++11 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 21:42:57 UTC
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