Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 13:44:03 GMT
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b3c11a48559 - main - sysutils/dd_rescue: Fix build with LLVM15
Message-ID:  <202302181344.31IDi3PH027289@gitrepo.freebsd.org>

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

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

commit 8b3c11a48559534618a6be33f511ed385ec40a6e
Author:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2023-02-18 13:43:14 +0000
Commit:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2023-02-18 13:43:46 +0000

    sysutils/dd_rescue: Fix build with LLVM15
---
 sysutils/dd_rescue/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile
index 2915c45be061..5ed83bad6439 100644
--- a/sysutils/dd_rescue/Makefile
+++ b/sysutils/dd_rescue/Makefile
@@ -22,7 +22,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 ALL_TARGET=	default
 MAKE_ARGS=	EXTRA_LDFLAGS=-L${LOCALBASE}/lib
-CFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${LOCALBASE}/include -Wno-int-conversion
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	DOCS



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