diff options
Diffstat (limited to 'devel/socket_wrapper/Makefile')
-rw-r--r-- | devel/socket_wrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile index ac146ba56cd9..9dbca385e48f 100644 --- a/devel/socket_wrapper/Makefile +++ b/devel/socket_wrapper/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 BROKEN_aarch64= fails to compile: socket_wrapper.c:4036:9: cast to 'void *' from smaller integer type 'uintptr_t' (aka 'unsigned int') -USES= cmake:outsource +USES= cmake USE_LDCONFIG= yes CFLAGS_mips= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast |