diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 14:33:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 14:33:57 +0800 |
commit | edb0277ace7f452963190c515dc65b015828b794 (patch) | |
tree | fb041e70c75a6427d72125889df0096b1c3e36bd /comms | |
parent | 4133c2f460fb278c41bfc012f0b46cfa1c536ee1 (diff) | |
download | freebsd-ports-gnome-edb0277ace7f452963190c515dc65b015828b794.tar.gz freebsd-ports-gnome-edb0277ace7f452963190c515dc65b015828b794.tar.zst freebsd-ports-gnome-edb0277ace7f452963190c515dc65b015828b794.zip |
Mark some ports failing on various tier-2 archs. In cases where the
error message was a stub, provide a real one.
While here, pet portlint.
This is a catchup commit from various earlier commits.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/telldus-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile index 299c20bca7bf..1984a6f9dfec 100644 --- a/comms/telldus-core/Makefile +++ b/comms/telldus-core/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libftdi.so:devel/libftdi \ libargp.so:devel/argp-standalone BROKEN_powerpc64= Does not build: error: strlen was not declared in this scope -BROKEN_sparc64= Does not build +BROKEN_sparc64= Does not build: error: strlen was not declared in this scope USES= cmake compiler:c++11-lang iconv:wchar_t |