Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2026 18:12:16 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a3999d4728c - main - graphics/xd3d: Fix building with Clang 21
Message-ID:  <697ba300.47d53.2c4821db@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a3999d4728c470fd1eb42747cbc3179f35ad918

commit 1a3999d4728c470fd1eb42747cbc3179f35ad918
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-01-29 17:51:07 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-01-29 18:12:08 +0000

    graphics/xd3d: Fix building with Clang 21
---
 graphics/xd3d/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile
index 6f5600a2cca1..01c53594ef12 100644
--- a/graphics/xd3d/Makefile
+++ b/graphics/xd3d/Makefile
@@ -41,6 +41,7 @@ FETCH_BEFORE_ARGS=	-R -o ${DISTDIR}/${DISTFILES}
 
 USES=		fortran xorg
 USE_XORG=	x11 xpm
+CFLAGS=		-Wno-implicit-int -Wno-implicit-function-declaration
 FFLAGS+=	-O -std=legacy
 MEMORY_XD3D?=	64
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697ba300.47d53.2c4821db>