git: 99c21060926d - main - games/xjig: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 20:30:31 UTC
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