summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authormellon <mellon>1998-02-13 02:32:46 +0000
committermellon <mellon>1998-02-13 02:32:46 +0000
commitb7d2e96d42518202635468042a968a93722def62 (patch)
treea2d958876764fa4a523e4b5832d69513a7b3d576 /mail/qpopper
parentad4552165e55ff3c492f021cfa733813f5a55200 (diff)
downloadpkgsrc-b7d2e96d42518202635468042a968a93722def62.tar.gz
NetBSD has DB, just like BSDI
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/patches/patch-af15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/qpopper/patches/patch-af b/mail/qpopper/patches/patch-af
new file mode 100644
index 00000000000..0b918c5b105
--- /dev/null
+++ b/mail/qpopper/patches/patch-af
@@ -0,0 +1,15 @@
+*** popauth.c Wed Nov 19 13:20:38 1997
+--- popauth.c Thu Feb 12 18:24:55 1998
+***************
+*** 48,52 ****
+ #endif
+
+! #ifdef BSDI
+ #define BSD44_DBM
+ #endif
+--- 48,52 ----
+ #endif
+
+! #if defined (BSDI) || defined (__NetBSD__)
+ #define BSD44_DBM
+ #endif