Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 14:46:52 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: 82ead9de26c3 - main - graphics/pixie: Fix build with llvm16
Message-ID:  <202308051446.375Ekq7v059578@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=82ead9de26c37fc3dfe14d1624c530954296125e

commit 82ead9de26c37fc3dfe14d1624c530954296125e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 14:08:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 14:46:36 +0000

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

diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 983194a2579a..ffb6bacf3a15 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -24,6 +24,7 @@ LIB_DEPENDS=	libOpenEXR.so:graphics/openexr \
 		libfltk_gl.so:x11-toolkits/fltk
 
 USES=		autoreconf bison compiler:c++0x gl libtool pathfix tar:tgz
+USE_CXXSTD=	c++14
 USE_GL=		glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/pixie \



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