Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 14:41:19 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d66b0aa21b3d - main - x11-wm/fvwm2: Fix build with LLVM15
Message-ID:  <202302101441.31AEfJXm039620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

commit d66b0aa21b3d1a96585222815c6e339b282fdf49
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-10 14:31:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-10 14:40:46 +0000

    x11-wm/fvwm2: Fix build with LLVM15
---
 x11-wm/fvwm2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index badd5c8b9f76..71eb232d9572 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ARGS=	--disable-mandoc --without-gnome --disable-gtk \
 USES=		cpe gmake gnome perl5 pkgconfig python:3.4+ gettext readline xorg
 USE_XORG=	xcursor xft xinerama xpm xrender x11 ice xext
 USE_GNOME=	cairo
+CFLAGS=		-Wno-int-conversion
 
 OPTIONS_DEFINE=	ICONS ICONV STROKE SESSION_MGMT PNG SVG BIDI NLS
 OPTIONS_DEFAULT=ICONS ICONV SESSION_MGMT PNG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302101441.31AEfJXm039620>