git: 8b3c11a48559 - main - sysutils/dd_rescue: Fix build with LLVM15

From: MANTANI Nobutaka <nobutaka_at_FreeBSD.org>
Date: Sat, 18 Feb 2023 13:44:03 UTC
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