Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 09:40:27 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d0180d02ad0 - main - graphics/sswf: Fix build with llvm16
Message-ID:  <202307260940.36Q9eRHO050401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307260940.36Q9eRHO050401>