diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 11:20:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 11:20:49 +0800 |
commit | 362c2dd0d5fc99708e56391cd2a81f38bd4a42e7 (patch) | |
tree | 45898a1e9d8d22b5f91ffa934a191995bca5e81a /net-p2p | |
parent | ea3edf8befaa7f81c5d4e86c14038621f722d7ba (diff) | |
download | freebsd-ports-gnome-362c2dd0d5fc99708e56391cd2a81f38bd4a42e7.tar.gz freebsd-ports-gnome-362c2dd0d5fc99708e56391cd2a81f38bd4a42e7.tar.zst freebsd-ports-gnome-362c2dd0d5fc99708e56391cd2a81f38bd4a42e7.zip |
Mark as broken on armd64 and mips64.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/uhub/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 2aed39b8b027..57e5bec1ba46 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN_arm64= fails to compile: CPUINFO not defined +BROKEN_mips64= fails to compile: strndup not found + USES= cmake perl5 sqlite USE_RC_SUBR= uhub USE_PERL5= build |