git: 8e36b7015f5b - main - games/edge: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 15:04:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e36b7015f5b99fa81c829164c86ca24c1c85166 commit 8e36b7015f5b99fa81c829164c86ca24c1c85166 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-26 14:17:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-26 15:04:01 +0000 games/edge: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/edge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/edge/Makefile b/games/edge/Makefile index 1695ccb25cfd..53beba3b8e73 100644 --- a/games/edge/Makefile +++ b/games/edge/Makefile @@ -23,7 +23,7 @@ USE_GL= glew USE_SDL= sdl MAKEFILE= Makefile.linux -CFLAGS+= -ffast-math +CFLAGS+= -ffast-math --std=c++14 WRKSRC= ${WRKDIR}/Edge-${PORTVERSION}-source PLIST_FILES= bin/edge %%DMDIR%%/edge.wad