aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 00:43:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 00:43:10 +0000
commit618664c5071d9b5113c68a880f83556295645eab (patch)
tree3b64c3c13188381f53f4a25d165cf28f5e4bafe0 /misc
parentc3f4d5b9940c67219da6a995af9aa43e944b475a (diff)
downloadports-618664c5071d9b5113c68a880f83556295645eab.tar.gz
ports-618664c5071d9b5113c68a880f83556295645eab.zip
Mark some ports failing on armv6, for errors classified as "bad C++ code".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441823
Diffstat (limited to 'misc')
-rw-r--r--misc/estic/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile
index cc5571101af2..575be35cbce0 100644
--- a/misc/estic/Makefile
+++ b/misc/estic/Makefile
@@ -14,6 +14,8 @@ COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec
LICENSE= BSD2CLAUSE
+BROKEN_armv6= fails to compile: str.h: friend declaration specifying a default argument must be the only declaration
+
USES= ncurses zip
USE_CSTD= gnu89
USE_CXXSTD= gnu++98