Date: Mon, 3 Jul 2023 23:23:26 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d33138969aa - main - games/7kaa: fix build with llvm16 Message-ID: <202307032323.363NNQ07028933@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d33138969aa746bdf5e4ce3b4ff40085804256a commit 4d33138969aa746bdf5e4ce3b4ff40085804256a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-07-02 18:14:58 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-07-03 23:23:20 +0000 games/7kaa: fix build with llvm16 --- games/7kaa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/7kaa/Makefile b/games/7kaa/Makefile index d910a83d844d..10186b29e822 100644 --- a/games/7kaa/Makefile +++ b/games/7kaa/Makefile @@ -23,7 +23,7 @@ USE_SDL= sdl2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-multiplayer -CXXFLAGS+= -fPIC +CXXFLAGS+= -fPIC -Dregister= PORTDOCS= * PORTDATA= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307032323.363NNQ07028933>