Date: Sun, 6 Aug 2023 20:30:31 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: 99c21060926d - main - games/xjig: Fix build with llvm16 Message-ID: <202308062030.376KUVFd034636@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=99c21060926df8c58d9fa379f380290d05c77461 commit 99c21060926df8c58d9fa379f380290d05c77461 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 19:45:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 20:30:19 +0000 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062030.376KUVFd034636>