svn commit: r476959 - head/devel/socket_wrapper
Mark Linimon
linimon at FreeBSD.org
Sun Aug 12 04:14:21 UTC 2018
Author: linimon
Date: Sun Aug 12 04:14:20 2018
New Revision: 476959
URL: https://svnweb.freebsd.org/changeset/ports/476959
Log:
Mark as broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/socket_wrapper/Makefile
Modified: head/devel/socket_wrapper/Makefile
==============================================================================
--- head/devel/socket_wrapper/Makefile Sun Aug 12 04:10:41 2018 (r476958)
+++ head/devel/socket_wrapper/Makefile Sun Aug 12 04:14:20 2018 (r476959)
@@ -10,6 +10,8 @@ COMMENT= Library passing all socket communications th
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
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list