diff options
author | swills <swills@FreeBSD.org> | 2016-04-22 00:43:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-22 00:43:14 +0800 |
commit | 846d8199972dd0559fe10d7173837b7a0309069b (patch) | |
tree | 216cef2d134f1181f622a8119ac12546632249a7 /misc | |
parent | f97534c6d089592928edeaa9e985d3493fe41f63 (diff) | |
download | freebsd-ports-gnome-846d8199972dd0559fe10d7173837b7a0309069b.tar.gz freebsd-ports-gnome-846d8199972dd0559fe10d7173837b7a0309069b.tar.zst freebsd-ports-gnome-846d8199972dd0559fe10d7173837b7a0309069b.zip |
many ports: mark broken on powerpc64
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rump/Makefile | 2 | ||||
-rw-r--r-- | misc/seabios/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 2a767b172eea..f6667d625925 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -12,6 +12,8 @@ COMMENT= Virtualized NetBSD kernel components in userspace LICENSE= BSD2CLAUSE +BROKEN_powerpc64= Does not build + USE_LDCONFIG= yes USE_GCC= any diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile index a117b41d538b..891af2dabcad 100644 --- a/misc/seabios/Makefile +++ b/misc/seabios/Makefile @@ -10,6 +10,8 @@ COMMENT= Open source implementation of a 16bit X86 BIOS LICENSE= LGPL3 +BROKEN_powerpc64= Does not build + USES= gmake python:build MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd" \ |