summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-03-31 08:24:55 +0000
committerobache <obache@pkgsrc.org>2013-03-31 08:24:55 +0000
commit5f199f60b83989065fec9ec3686c2ff68606fd91 (patch)
tree1eae0abded08bafa62a6db55ab6e8dc566bbe676 /doc
parent6675e037b4ce5a40d5ac709361175f1782f0d699 (diff)
downloadpkgsrc-5f199f60b83989065fec9ec3686c2ff68606fd91.tar.gz
mention CPP macros for Haiku and Cygwin.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/fixes.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index bb25d999404..cc7a7edf67c 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.111 2012/11/28 20:36:15 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.112 2013/03/31 08:24:55 obache Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1144,6 +1144,8 @@ Linux linux, __linux, __linux__
NetBSD __NetBSD__
OpenBSD __OpenBSD__
Solaris sun, __sun
+Haiku __HAIKU__
+Cygwin __CYGWIN__
</programlisting>
</sect3>