Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 21:53:12 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: a7719bed1f36 - main - graphics/pfstools: Fix build with llvm16
Message-ID:  <202308062153.376LrCYV075597@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=a7719bed1f360f23a33d965da9a527a37e6e2b7c

commit a7719bed1f360f23a33d965da9a527a37e6e2b7c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 20:41:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 21:53:03 +0000

    graphics/pfstools: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/pfstools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile
index 32f3b018be1f..4942d972ae23 100644
--- a/graphics/pfstools/Makefile
+++ b/graphics/pfstools/Makefile
@@ -19,6 +19,7 @@ CFLAGS+=	-I${LOCALBASE}/include/Imath
 LDFLAGS+=	-lthr
 
 USES=		cmake cpe tar:tgz dos2unix jpeg perl5
+USE_CXXSTD=	c++14
 USE_PERL5=	run
 USE_LDCONFIG=	yes
 



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