pkgsrc/mk/platform
tron 5acb5cbde8 Try to fix PR pkg/26143 with caution:
- Set "CC" to "gcc -isystem /usr/include" during bootstrap.
- Add "-isystem /usr/include" to the Darwin specific "CPPFLAGS".
2008-01-30 22:57:31 +00:00
..
AIX.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
BSDOS.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
Darwin.mk Try to fix PR pkg/26143 with caution: 2008-01-30 22:57:31 +00:00
DragonFly.mk Make the default rpath for USE_CHECK_SHLIBS_ELF a platform variable. 2008-01-16 14:03:31 +00:00
FreeBSD.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
HPUX.mk Provide a mechanism for enabling use of pkgtools/posix_headers. 2008-01-16 03:16:39 +00:00
Interix.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
IRIX.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
Linux.mk Only force gmake for imake on Linux, if using native implementation. 2008-01-12 22:44:10 +00:00
NetBSD.mk Make the default rpath for USE_CHECK_SHLIBS_ELF a platform variable. 2008-01-16 14:03:31 +00:00
OpenBSD.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
OSF1.mk Delete comment about bmake not accepting .SHELL, that PR was fixed long 2008-01-16 03:09:48 +00:00
README Prevent other developers from doing the same mistake as I did, when I 2007-11-20 17:53:40 +00:00
SunOS.mk Added the feature "asprintf", since Solaris 10 doesn't provide it. The 2007-11-20 17:49:49 +00:00
UnixWare.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00

$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.