git: 82ead9de26c3 - main - graphics/pixie: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 14:46:52 UTC
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 \