diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-10-01 06:00:59 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-10-01 06:00:59 +0000 |
commit | d5d60820925216fc48c025190e0c30a79f52bf3b (patch) | |
tree | 8af523f9ef076e3d949094a9ea0dc8f9d136d5ca /www/auth_ldap/distinfo | |
parent | a07ec8264c1d8a52de59a7c1dcf679901a0ffd2a (diff) |
MFH: r5124362019Q3
Fix groff build with libc++ 9.0.0
Because libc++ 9.0.0 now includes <math.h> from <stdlib.h>, groff fails
to build with an error similar to:
In file included from src/libs/libgroff/assert.cpp:20:
In file included from /usr/include/c++/v1/stdlib.h:100:
./lib/math.h:38:3: error: "Please include config.h first."
#error "Please include config.h first."
^
./lib/math.h:40:1: error: unknown type name '_GL_INLINE_HEADER_BEGIN'
_GL_INLINE_HEADER_BEGIN
^
Fix this in the least intrusive way, by simply including config.h
instead of emitting an error message.
Approved by: portmgr (joneum)
PR: 240701
Notes
Notes:
svn path=/branches/2019Q3/; revision=513456
Diffstat (limited to 'www/auth_ldap/distinfo')
0 files changed, 0 insertions, 0 deletions