K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-11-29T22:24:45.521195Z K 7 svn:log V 386 devel/dmlc-core: fix build on GCC architectures 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 Approved by: yuri (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D22580 END