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:
Josef Söntgen
2019-06-17 09:16:21 +02:00
committed by Norman Feske
parent a2c68c5c19
commit 980b5cab3f

View File

@@ -1,3 +1,4 @@
REQUIRES := x86
TARGET := umurmur
UMURMUR_DIR := $(call select_from_ports,umurmur)/src/app/umurmur/src