diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:50:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:50:49 +0800 |
commit | 1286cc7d2c9059273ef3e74cd09f67e997812ea6 (patch) | |
tree | f3481f814fcfabace3fa053c9d94cb7c96c690bf /sysutils/fluent-bit | |
parent | a0cc61aab01ba989f51fa20fe9fc16d7354b2169 (diff) | |
download | freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.tar.gz freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.tar.zst freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.zip |
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)
Diffstat (limited to 'sysutils/fluent-bit')
-rw-r--r-- | sysutils/fluent-bit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 562038945150..63a0551484d0 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -15,6 +15,7 @@ BROKEN_aarch64= fails to build: error: unknown type name thread_local BROKEN_armv6= fails to configure: failure in cmake BROKEN_mips= fails to build: conflicting types for 'restrict' BROKEN_mips64= fails to build: conflicting types for 'restrict' +BROKEN_powerpc64= fails to build: cast from pointer to integer of different size USES= cmake |