diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-29 05:44:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-29 05:44:25 +0000 |
commit | e043e9c8d63ff824fc84f0ea1e0ca6653c7f146b (patch) | |
tree | 0042eed23a115cfecb4825842c4e68312f6d8ebc /lang/pfe/Makefile | |
parent | b5bf420c47a60a5c05ae505e9aca401c5720ee3a (diff) |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=439717
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r-- | lang/pfe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 4263483672e3..1fba97c504f2 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -13,7 +13,7 @@ COMMENT= Implementation of ANSI Forth 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 +BROKEN_powerpc64= does not build: error: lvalue required as increment operand GNU_CONFIGURE= yes USES= gmake perl5 libtool tar:bzip2 |