summaryrefslogtreecommitdiff
path: root/devel/tigcc/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-21 13:21:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-21 13:21:04 +0000
commit65f2e41ca338ea8b6ad58e068db6b8d7df069d6e (patch)
tree8ca265fd86a85ec42e228ea09e9ba5fcee43954d /devel/tigcc/Makefile
parentUpdate to 1.2.0.4 (diff)
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441395
Diffstat (limited to '')
-rw-r--r--devel/tigcc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile
index 4ff2d6388568..48a2ba904c38 100644
--- a/devel/tigcc/Makefile
+++ b/devel/tigcc/Makefile
@@ -15,7 +15,10 @@ DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= C compiler for the TI89, 92, and 92+ calculators
-BROKEN_powerpc64= Does not build
+BROKEN_mips= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_sparc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
USE_CSTD= gnu89
USES= bison compiler:nestedfct gmake tar:bzip2