summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorobache <obache>2013-03-31 08:38:07 +0000
committerobache <obache>2013-03-31 08:38:07 +0000
commit481db32847792bea52f0cf7d9b87cdc605235fb7 (patch)
tree0e6496f141b4bbf9189db563cd150aa13fe16e33 /doc/guide
parent9bae313c6e070789f1e4e5c9f25a3be854c3f132 (diff)
downloadpkgsrc-481db32847792bea52f0cf7d9b87cdc605235fb7.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>