diff options
author | tv <tv@pkgsrc.org> | 1998-11-13 16:33:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-11-13 16:33:07 +0000 |
commit | b324a7e25b0075ff643914515894308e0be1b225 (patch) | |
tree | c9c061b9cffc79117fa8514beeaaebe588943065 /mail | |
parent | ea85b19f85cb58c4e52537aef0a3e75e9d3f7597 (diff) | |
download | pkgsrc-b324a7e25b0075ff643914515894308e0be1b225.tar.gz |
Fix '-Dunix' lossage.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/pine/patches/patch-af b/mail/pine/patches/patch-af new file mode 100644 index 00000000000..131c0240c77 --- /dev/null +++ b/mail/pine/patches/patch-af @@ -0,0 +1,12 @@ +--- imap/src/mtest/mtest.c.orig Fri Nov 13 10:59:21 1998 ++++ imap/src/mtest/mtest.c Fri Nov 13 10:59:43 1998 +@@ -52,6 +52,9 @@ + + /* Excellent reasons to hate ifdefs, and why my real code never uses them */ + ++#ifdef __NetBSD__ ++#define unix 1 ++#endif + #ifndef unix + # define unix 0 + #endif |