umurmur: requires x86
On ARM64 it relies on 'byteswap.h' being available which is not the case on FreeBSD. Let's limit the port to x86 for the time being. Issue #184.
This commit is contained in:
committed by
Norman Feske
parent
a2c68c5c19
commit
980b5cab3f
@@ -1,3 +1,4 @@
|
||||
REQUIRES := x86
|
||||
TARGET := umurmur
|
||||
|
||||
UMURMUR_DIR := $(call select_from_ports,umurmur)/src/app/umurmur/src
|
||||
|
||||
Reference in New Issue
Block a user