aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2002-11-18 22:32:20 +0800
committerclive <clive@FreeBSD.org>2002-11-18 22:32:20 +0800
commitc12881653a55e0b9563f91448a51c9c0cf1c6565 (patch)
treeb50d75cbc79c5debf99f478a66572429e8135b36 /mail
parent68faa1e5f8df95087b976254676466f65d721927 (diff)
downloadfreebsd-ports-gnome-c12881653a55e0b9563f91448a51c9c0cf1c6565.tar.gz
freebsd-ports-gnome-c12881653a55e0b9563f91448a51c9c0cf1c6565.tar.zst
freebsd-ports-gnome-c12881653a55e0b9563f91448a51c9c0cf1c6565.zip
Unbreak the build on -CURRENT.
Noted by: kris
Diffstat (limited to 'mail')
-rw-r--r--mail/nullmailer/files/patch-fdobuf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/nullmailer/files/patch-fdobuf.h b/mail/nullmailer/files/patch-fdobuf.h
new file mode 100644
index 000000000000..3f4d5cc78382
--- /dev/null
+++ b/mail/nullmailer/files/patch-fdobuf.h
@@ -0,0 +1,11 @@
+--- lib/fdbuf/fdobuf.h.orig Mon Nov 18 22:27:27 2002
++++ lib/fdbuf/fdobuf.h Mon Nov 18 22:27:50 2002
+@@ -17,6 +17,8 @@
+ #ifndef FDBUF__FDOBUF__H__
+ #define FDBUF__FDOBUF__H__
+
++#include <pwd.h>
++
+ class fdobuf : protected fdbuf
+ {
+ public: