Subject: CVS commit: pkgsrc/pkgtools/posix_headers
From: Tobias Nygren
Date: 2007-04-25 01:12:44
Message id: 20070424231244.C2F592150A@cvs.netbsd.org

Log Message:
When we're substituting a system-provided header file, use the C
preprocessor to find out the absolute path of the system header, so that
we may include it before we add our customizations.
This is especially important when using gcc, due to it's "fixincludes".
For example, <math.h> might not be /usr/include/math.h, but instead
something like /path/to/gcc/lib/gcc/${MACHINE_GNU_PLATFORM}/include/math.h.

Files:
RevisionActionfile
1.2modifypkgsrc/pkgtools/posix_headers/Makefile
1.2modifypkgsrc/pkgtools/posix_headers/files/math.h