diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
commit | 197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch) | |
tree | ac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /net/mosh | |
parent | 6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff) |
Notes
Diffstat (limited to 'net/mosh')
-rw-r--r-- | net/mosh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index c65a0a0f1320..a50bff04c874 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv3 LIB_DEPENDS= libprotobuf.so:devel/protobuf +BROKEN_powerpc64= fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' + USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-utempter --without-ncurses |