summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorobache <obache>2013-03-31 09:12:26 +0000
committerobache <obache>2013-03-31 09:12:26 +0000
commita387b60cd2262f224034b221bb277af962ea80f8 (patch)
treefa338211d4fd1cf09f47a3f8f55b7233dfe6f9c6 /doc/guide
parent68b83c7031824e264dfed84614f577689ccdfc3f (diff)
downloadpkgsrc-a387b60cd2262f224034b221bb277af962ea80f8.tar.gz
sort
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 6e2c332d397..a4d82cdedfe 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.114 2013/03/31 09:10:39 obache Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.115 2013/03/31 09:12:26 obache Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1136,18 +1136,18 @@ pre-configure:
for the following macros.</para>
<programlisting>
-FreeBSD __FreeBSD__
+Cygwin __CYGWIN__
DragonFly __DragonFly__
+FreeBSD __FreeBSD__
+Haiku __HAIKU__
Interix __INTERIX
IRIX __sgi (TODO: get a definite source for this)
Linux linux, __linux, __linux__
+MirBSD __MirBSD__ (__OpenBSD__ is also defined)
+Minix3 __minix
NetBSD __NetBSD__
OpenBSD __OpenBSD__
Solaris sun, __sun
-MirBSD __MirBSD__ (__OpenBSD__ is also defined)
-Minix3 __minix
-Haiku __HAIKU__
-Cygwin __CYGWIN__
</programlisting>
</sect3>