diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:34:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:34:23 +0000 |
commit | d0c44e78185cd7af627046ccc68c69e798b7500e (patch) | |
tree | 970de9065392f2d5877a4b9fd628a3bad4d90e5f /lang/pfe/Makefile | |
parent | d6c96927f496d42b5d5bcc3acd57ddd8b1676a3e (diff) | |
download | ports-d0c44e78185cd7af627046ccc68c69e798b7500e.tar.gz ports-d0c44e78185cd7af627046ccc68c69e798b7500e.zip |
Notes
Diffstat (limited to 'lang/pfe/Makefile')
-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 |