git: 81daf80c5d9c - 2022Q3 - devel/socket_wrapper: Fix build on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 20:22:46 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=81daf80c5d9c135c3f9a8dcd34def0092937f3f7 commit 81daf80c5d9c135c3f9a8dcd34def0092937f3f7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-13 05:23:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-14 20:22:39 +0000 devel/socket_wrapper: Fix build on riscv64 Reported by: fallout (cherry picked from commit 07a2a75447df3fcfb71557c877cd328996734023) --- 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"