diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
commit | dab2f82d314ea77904914b8462ccdf838abcc776 (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /sysutils/fluent-bit | |
parent | e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff) | |
download | ports-dab2f82d314ea77904914b8462ccdf838abcc776.tar.gz ports-dab2f82d314ea77904914b8462ccdf838abcc776.zip |
Notes
Diffstat (limited to 'sysutils/fluent-bit')
-rw-r--r-- | sysutils/fluent-bit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 121465ba7ea7..562038945150 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -11,6 +11,11 @@ COMMENT= Fast and lightweight data forwarder LICENSE= APACHE20 +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' + USES= cmake post-stage: |