diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-14 14:33:57 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-14 14:33:57 +0800 |
commit | a4017043443b1261dc71fd9ec44419533cd7358b (patch) | |
tree | fb041e70c75a6427d72125889df0096b1c3e36bd /comms | |
parent | 284eb8e320451781bbd7961a943a4c622495fca0 (diff) | |
download | freebsd-ports-gnome-a4017043443b1261dc71fd9ec44419533cd7358b.tar.gz freebsd-ports-gnome-a4017043443b1261dc71fd9ec44419533cd7358b.tar.zst freebsd-ports-gnome-a4017043443b1261dc71fd9ec44419533cd7358b.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 |