diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:24:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:24:00 +0000 |
commit | 3980169c5f07bd29aca9d4622d79e2992d3adb6a (patch) | |
tree | e590a1fe25ef8fd6c3924c68296537c795f3af31 /audio/umurmur | |
parent | 25b71d968896ec6828ca461daccf177519d7cd7f (diff) | |
download | ports-3980169c5f07bd29aca9d4622d79e2992d3adb6a.tar.gz ports-3980169c5f07bd29aca9d4622d79e2992d3adb6a.zip |
Notes
Diffstat (limited to 'audio/umurmur')
-rw-r--r-- | audio/umurmur/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile index eaca9c4741e3..7d289e57fb20 100644 --- a/audio/umurmur/Makefile +++ b/audio/umurmur/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfig.so:devel/libconfig \ libprotobuf-c.so:devel/protobuf-c +BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found +BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found + USE_GITHUB= yes USES= autoreconf gmake libtool ssl |