diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:34:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:34:23 +0800 |
commit | 2cf9cb77191f81c7c0d49013253e2b3b9f1cf29e (patch) | |
tree | 970de9065392f2d5877a4b9fd628a3bad4d90e5f /lang/pfe | |
parent | d19ffea93fa7a60f89d0870efae87169f351b42d (diff) | |
download | freebsd-ports-gnome-2cf9cb77191f81c7c0d49013253e2b3b9f1cf29e.tar.gz freebsd-ports-gnome-2cf9cb77191f81c7c0d49013253e2b3b9f1cf29e.tar.zst freebsd-ports-gnome-2cf9cb77191f81c7c0d49013253e2b3b9f1cf29e.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index b29e125aa1c6..4263483672e3 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -10,8 +10,9 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth -BROKEN_i386= does not link -BROKEN_powerpc= does not compile +BROKEN_aarch64= does not compile: error: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 +BROKEN_i386= does not link +BROKEN_powerpc= does not compile BROKEN_powerpc64= Does not build GNU_CONFIGURE= yes |