git: 6d0180d02ad0 - main - graphics/sswf: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 09:40:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d0180d02ad0bfbef82728ddb02482674a7015f7 commit 6d0180d02ad0bfbef82728ddb02482674a7015f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-26 09:14:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-26 09:40:13 +0000 graphics/sswf: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/sswf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index 519241c9ea39..6d381a57e264 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= bison iconv jpeg libtool localbase pkgconfig +USE_CXXSTD= c++14 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip