git: 07a2a75447df - main - devel/socket_wrapper: Fix build on riscv64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 13 Jul 2022 05:25:03 UTC
The branch main has been updated by yuri:

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

commit 07a2a75447df3fcfb71557c877cd328996734023
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-13 05:23:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-13 05:23:13 +0000

    devel/socket_wrapper: Fix build on riscv64
    
    Reported by:    fallout
---
 devel/socket_wrapper/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile
index 89a7a30e7211..3c73282f3e5e 100644
--- a/devel/socket_wrapper/Makefile
+++ b/devel/socket_wrapper/Makefile
@@ -18,6 +18,7 @@ CFLAGS_powerpc=		-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_powerpc64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_powerpc64le=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_powerpcspe=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
+CFLAGS_riscv64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_sparc64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"