summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authortv <tv>1998-11-13 16:33:07 +0000
committertv <tv>1998-11-13 16:33:07 +0000
commit3387e1cb846c083508f5e9f81e7415dea576a8ae (patch)
treec9c061b9cffc79117fa8514beeaaebe588943065 /mail/pine
parent6c32ccad549cac64f5e189e069e2af22930c662b (diff)
downloadpkgsrc-3387e1cb846c083508f5e9f81e7415dea576a8ae.tar.gz
Fix '-Dunix' lossage.
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/patches/patch-af12
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