diff options
author | dholland <dholland> | 2015-01-01 06:08:00 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-01 06:08:00 +0000 |
commit | c7655871ef540c5d388e91c4724997530d5320a4 (patch) | |
tree | 4332ecb287f7d194e1a5450dc8732839ab9e29ca /doc/guide | |
parent | 55afe75bdb961e8d8369e7c3d0d6bd933b1f4a69 (diff) | |
download | pkgsrc-c7655871ef540c5d388e91c4724997530d5320a4.tar.gz |
Add __APPLE__ to the list of preprocessor symbols.
(this has been sitting in my tree since I-forget-when)
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/fixes.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 717605fc4ac..2593ef90453 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.126 2015/01/01 06:07:12 dholland Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.127 2015/01/01 06:08:00 dholland Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -1204,6 +1204,7 @@ Haiku __HAIKU__ Interix __INTERIX IRIX __sgi (TODO: get a definite source for this) Linux linux, __linux, __linux__ +Mac OS X __APPLE__ MirBSD __MirBSD__ (__OpenBSD__ is also defined) Minix3 __minix NetBSD __NetBSD__ |