diff options
Diffstat (limited to 'sysutils/wmmemfree/Makefile')
-rw-r--r-- | sysutils/wmmemfree/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/wmmemfree/Makefile b/sysutils/wmmemfree/Makefile index 077615151cb2..6aec862de113 100644 --- a/sysutils/wmmemfree/Makefile +++ b/sysutils/wmmemfree/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= SUNSITE/X11/xutils MAINTAINER= ports@FreeBSD.org COMMENT= Memory and swap monitoring dockapp -BROKEN_armv6= fails to compile: mem_freebsd.c: variable has incomplete type 'struct vmmeter' -BROKEN_armv7= fails to compile: mem_freebsd.c: variable has incomplete type 'struct vmmeter' +BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_mips= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known BROKEN_mips64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known BROKEN_powerpc64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known |