Date: Wed, 26 Jul 2023 15:04:11 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: 8e36b7015f5b - main - games/edge: Fix build with llvm16 Message-ID: <202307261504.36QF4BtO087738@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307261504.36QF4BtO087738>