aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 14:08:57 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 14:46:36 +0000
commit82ead9de26c37fc3dfe14d1624c530954296125e (patch)
treeae092c7b0dda9998e213b5a70e9e33ca8f54beea
parent247ad518039d792108091ea98db80035b4636c33 (diff)
downloadports-82ead9de26c37fc3dfe14d1624c530954296125e.tar.gz
ports-82ead9de26c37fc3dfe14d1624c530954296125e.zip
graphics/pixie: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r--graphics/pixie/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \