diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-05-26 03:07:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-05-26 03:07:19 +0000 |
commit | f3ffaa8269c5c1c1e43ccdad7f60309b3ffeee02 (patch) | |
tree | fc65ea50fca815baa3ac23eceb5cdd74115f7f73 | |
parent | 0036739b98c08765c3c9f10a26dc6c147bcd8aec (diff) |
lang/mono6.8: register build-time conflict against archivers/brotli
The build fails if `archivers/brotli' port is installed, with the
errors quoted below. It does not happen in pristine environments,
but may affect users who build ports locally.
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:1: error: unknown type name 'BROTLI_INTERNAL'
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:31: error: expected ';' after top level declarator
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
;
2 errors generated.
-rw-r--r-- | lang/mono6.8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/mono6.8/Makefile b/lang/mono6.8/Makefile index 07ec0a3d15a7..6e4f63d6c457 100644 --- a/lang/mono6.8/Makefile +++ b/lang/mono6.8/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ sqlite3>0:databases/sqlite3 \ zip>=0:archivers/zip +CONFLICTS_BUILD= brotli CONFLICTS_INSTALL= czmq-3* mono5.10 mono6.8 USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ |