pkgsrc/mk/platform
tron afd7200f80 The 64-Bit version of "libiconv" is not compatible with the GNU version
and therefore rejected by e.g. the "glib2" package. Use the "libiconv"
package to fix this.

Approved by Alistair Crooks.
2009-09-24 06:31:27 +00:00
..
AIX.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
BSDOS.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Darwin.mk The 64-Bit version of "libiconv" is not compatible with the GNU version 2009-09-24 06:31:27 +00:00
DragonFly.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
FreeBSD.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
FreeMiNT.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
HPUX.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Interix.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
IRIX.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Linux.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
NetBSD.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
OpenBSD.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
OSF1.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +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 Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
UnixWare.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +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.