aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-18 01:45:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-18 01:45:04 +0000
commit1183bd0d01e59503baf04f0338e3fe15c59fbe0f (patch)
tree1d04328a025eeb1e308cf05fd942597488faf2a8
parent7169d4eff5f1b2974dfb4cd762102a618e6c3abc (diff)
downloadports-1183bd0d01e59503baf04f0338e3fe15c59fbe0f.tar.gz
ports-1183bd0d01e59503baf04f0338e3fe15c59fbe0f.zip
Notes
-rw-r--r--sysutils/u-boot-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-tools/Makefile b/sysutils/u-boot-tools/Makefile
index 0bb404d00690..4a90e4eb7cec 100644
--- a/sysutils/u-boot-tools/Makefile
+++ b/sysutils/u-boot-tools/Makefile
@@ -12,11 +12,13 @@ COMMENT= U-boot related tools
LICENSE= GPLv2
-USES= bison tar:bzip2 gmake python:2.7,build ssl
+BROKEN_powerpc64= fails to build: include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported on ARM and x86
BROKEN_SSL= libressl
BROKEN_SSL_REASON_libressl= not supported by the upstream
+USES= bison compiler:c11 gmake python:2.7,build ssl tar:bzip2
+
CONFLICTS= uboot-mkimage
ALL_TARGET= tools-only
MAKE_ARGS= ARCH=sandbox \