aboutsummaryrefslogtreecommitdiffstats
path: root/mail/smail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-01-27 09:03:32 +0800
committermiwi <miwi@FreeBSD.org>2010-01-27 09:03:32 +0800
commit8a0c0da4c5190d42598edcea3e43c589aa7f15de (patch)
tree41512f14b106e6b4432aa1818bae838111f845ea /mail/smail
parentc3d64b2db8a0b06d1c9363d8ab1cef5b41d47029 (diff)
downloadfreebsd-ports-gnome-8a0c0da4c5190d42598edcea3e43c589aa7f15de.tar.gz
freebsd-ports-gnome-8a0c0da4c5190d42598edcea3e43c589aa7f15de.tar.zst
freebsd-ports-gnome-8a0c0da4c5190d42598edcea3e43c589aa7f15de.zip
- Fix build on HEAD
PR: 143237 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Reviewed by: ed@
Diffstat (limited to 'mail/smail')
-rw-r--r--mail/smail/files/patch-src-pwcache.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/smail/files/patch-src-pwcache.c b/mail/smail/files/patch-src-pwcache.c
new file mode 100644
index 000000000000..578020011259
--- /dev/null
+++ b/mail/smail/files/patch-src-pwcache.c
@@ -0,0 +1,10 @@
+--- src/pwcache.c.orig 2010-01-25 17:52:32.000000000 -0800
++++ src/pwcache.c 2010-01-25 17:53:42.000000000 -0800
+@@ -29,7 +29,6 @@
+ #include <limits.h>
+ #include <grp.h>
+ #include <pwd.h>
+-#include <utmp.h>
+
+ #ifdef STDC_HEADERS
+ # include <stdlib.h>