diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoin-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin-utils/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent-nox11/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/twister/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/zetacoin-nox11/Makefile | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile index 672e31932de3..fcee498d3f5d 100644 --- a/net-p2p/litecoin-daemon/Makefile +++ b/net-p2p/litecoin-daemon/Makefile @@ -5,6 +5,8 @@ PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) +BROKEN_powerpc64= Does not build + SLAVE_PORT= yes USES+= cpe diff --git a/net-p2p/litecoin-utils/Makefile b/net-p2p/litecoin-utils/Makefile index f0a8210e4035..adc9df12ed20 100644 --- a/net-p2p/litecoin-utils/Makefile +++ b/net-p2p/litecoin-utils/Makefile @@ -5,6 +5,8 @@ PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) +BROKEN_powerpc64= Does not build + SLAVE_PORT= yes OPTIONS_DEFINE= DEBUG HARDENING TESTS diff --git a/net-p2p/qbittorrent-nox11/Makefile b/net-p2p/qbittorrent-nox11/Makefile index 643404a2355d..6afcd71311ce 100644 --- a/net-p2p/qbittorrent-nox11/Makefile +++ b/net-p2p/qbittorrent-nox11/Makefile @@ -5,6 +5,8 @@ PKGNAMESUFFIX= -nox11 COMMENT= Bittorrent client using libtorrent-rasterbar, web UI version +BROKEN_powerpc64= Does not build + MASTERDIR= ${.CURDIR}/../qbittorrent DESCR= ${.CURDIR}/../qbittorrent/pkg-descr diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index a045585e9c32..25f1d8ea3d72 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ libicui18n.so:devel/icu diff --git a/net-p2p/zetacoin-nox11/Makefile b/net-p2p/zetacoin-nox11/Makefile index 816514893db1..5d39340a95c4 100644 --- a/net-p2p/zetacoin-nox11/Makefile +++ b/net-p2p/zetacoin-nox11/Makefile @@ -9,5 +9,6 @@ OPTIONS_EXCLUDE= X11 QRCODES SLAVE_PORT= yes BROKEN_armv6= AtomicPointer not implemented +BROKEN_powerpc64= Does not build .include "${MASTERDIR}/Makefile" |