mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
512 B
Plaintext
10 lines
512 B
Plaintext
This package attempts to resolve deficiencies in system headers by
|
|
providing missing types, definitions and prototypes in shadow headers.
|
|
|
|
When use of compat_headers has been enabled on a platform, this package will
|
|
become a compile-time dependency for every package. It will provide customized
|
|
header files that take preference over some system provided ones (that may
|
|
not even exist). This happens transparently through use of buildlink3.
|
|
|
|
To enable use of this package, set FIX_SYSTEM_HEADERS=yes in mk.conf.
|