Page MenuHomeFreeBSD

devel/dmlc-core: fix build on GCC architectures
ClosedPublic

Authored by pkubaj on Nov 27 2019, 7:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 12:24 PM
Unknown Object (File)
Mar 7 2024, 7:58 AM
Unknown Object (File)
Nov 25 2023, 6:35 PM
Unknown Object (File)
Nov 25 2023, 6:35 PM
Unknown Object (File)
Nov 25 2023, 6:35 PM
Unknown Object (File)
Nov 25 2023, 6:23 PM
Unknown Object (File)
Nov 10 2023, 8:41 PM
Unknown Object (File)
Nov 8 2023, 9:10 PM
Subscribers
None

Details

Summary

Use USES=compiler:openmp instead of hard dependency on ports LLVM. Use new GCC when using base GCC.

Remove -D_POSIX_SOURCE -D_POSIX_C_SOURCE=200809L, this causes some errno.h macros not being visible.

PR: 242234

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable