diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 08:43:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 08:43:10 +0800 |
commit | 926c4f78a1bdc9089fa9293b821198efcc629a24 (patch) | |
tree | 3b64c3c13188381f53f4a25d165cf28f5e4bafe0 /misc | |
parent | 22af33bfe875838704953c07b2cbe267590b512e (diff) | |
download | freebsd-ports-gnome-926c4f78a1bdc9089fa9293b821198efcc629a24.tar.gz freebsd-ports-gnome-926c4f78a1bdc9089fa9293b821198efcc629a24.tar.zst freebsd-ports-gnome-926c4f78a1bdc9089fa9293b821198efcc629a24.zip |
Mark some ports failing on armv6, for errors classified as "bad C++ code".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/estic/Makefile | 2 |
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 |