From 99c21060926df8c58d9fa379f380290d05c77461 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 6 Aug 2023 21:45:10 +0200 Subject: [PATCH] games/xjig: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/xjig/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/xjig/Makefile b/games/xjig/Makefile index 009e88d75b1e..7570e0cd545f 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -8,6 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Jigsaw puzzle game for X11 USES= compiler tar:tgz xorg +USE_CXXSTD= c++14 USE_XORG= x11 xorgproto xext MAKEFILE= Makefile.Linux PLIST_FILES= bin/xjig man/man1/xjig.1.gz