aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-13 05:23:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-13 05:23:13 +0000
commit07a2a75447df3fcfb71557c877cd328996734023 (patch)
treebd1303213193e253c99dea9fc6df1257b199de29 /devel
parent97a5d4ce8c6d159f1101aaa5871204f0afad5702 (diff)
downloadports-07a2a75447df3fcfb71557c877cd328996734023.tar.gz
ports-07a2a75447df3fcfb71557c877cd328996734023.zip
devel/socket_wrapper: Fix build on riscv64
Reported by: fallout
Diffstat (limited to 'devel')
-rw-r--r--devel/socket_wrapper/Makefile1
1 files changed, 1 insertions, 0 deletions
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"