git: 50d552906faf - main - lang/mono5.10: Workaround the build failure with libtool 2.6
Gleb Popov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=50d552906faf5455f1aa57c437ff7f61da081e88 commit 50d552906faf5455f1aa57c437ff7f61da081e88 Author: Gleb Popov <[email protected]> AuthorDate: 2026-08-14 13:49:23 +0000 Commit: Gleb Popov <[email protected]> CommitDate: 2026-08-14 13:53:57 +0000 lang/mono5.10: Workaround the build failure with libtool 2.6 PR: 296964 --- lang/mono5.10/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/mono5.10/Makefile b/lang/mono5.10/Makefile index ecffd7136f08..745df8e48fa3 100644 --- a/lang/mono5.10/Makefile +++ b/lang/mono5.10/Makefile @@ -45,11 +45,12 @@ USES= autoreconf bison compiler:c11 cpe elfctl gmake iconv libtool \ pathfix perl5 python shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes SHEBANG_FILES= scripts/mono-heapviz mono/mini/genmdesc.py mono/tests/test_lldb.py BINARY_ALIAS= python=${PYTHON_CMD} ELF_FEATURES= +wxneeded:mono/mini/mono-sgen +# workaround build failure with libtool >= 2.6 +MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --disable-dtrace CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no