summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-03-31 08:38:07 +0000
committerobache <obache@pkgsrc.org>2013-03-31 08:38:07 +0000
commit727a9fca6782b3175899066acee01e1f8fc9ae4c (patch)
tree0e6496f141b4bbf9189db563cd150aa13fe16e33 /doc/guide
parentabdc362b07a9f3ce6a30a45cfb98131ca1f55015 (diff)
downloadpkgsrc-727a9fca6782b3175899066acee01e1f8fc9ae4c.tar.gz
mention CPP macros for MirBSD.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index cc7a7edf67c..0631bebe25f 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.112 2013/03/31 08:24:55 obache Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.113 2013/03/31 08:38:07 obache Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1144,6 +1144,7 @@ Linux linux, __linux, __linux__
NetBSD __NetBSD__
OpenBSD __OpenBSD__
Solaris sun, __sun
+MirBSD __MirBSD__ (__OpenBSD__ is also defined)
Haiku __HAIKU__
Cygwin __CYGWIN__
</programlisting>