5acb5cbde8
- Set "CC" to "gcc -isystem /usr/include" during bootstrap. - Add "-isystem /usr/include" to the Darwin specific "CPPFLAGS". |
||
---|---|---|
.. | ||
AIX.mk | ||
BSDOS.mk | ||
Darwin.mk | ||
DragonFly.mk | ||
FreeBSD.mk | ||
HPUX.mk | ||
Interix.mk | ||
IRIX.mk | ||
Linux.mk | ||
NetBSD.mk | ||
OpenBSD.mk | ||
OSF1.mk | ||
README | ||
SunOS.mk | ||
UnixWare.mk |
$NetBSD: README,v 1.1 2007/11/20 17:53:40 rillig Exp $ These files contain platform-specific definitions that are used by the pkgsrc infrastructure. TODO: Document all these variables. === Implementation notes === Do not try to extract the definitions that are common to all files into another file (maybe common.mk). The code duplication is intentional here.