diff options
author | ale <ale@FreeBSD.org> | 2011-12-15 19:25:41 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-12-15 19:25:41 +0800 |
commit | 3f270fa5c6510af3eb14bc5a2bc93f17baf38a75 (patch) | |
tree | aca97fd7b29c79e237007171b0cccc03e9b1c22f /mail | |
parent | f1fc18cbf737321647fd986273efba2f7c4b9ba8 (diff) | |
download | freebsd-ports-gnome-3f270fa5c6510af3eb14bc5a2bc93f17baf38a75.tar.gz freebsd-ports-gnome-3f270fa5c6510af3eb14bc5a2bc93f17baf38a75.tar.zst freebsd-ports-gnome-3f270fa5c6510af3eb14bc5a2bc93f17baf38a75.zip |
Fix build with clang.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmailmrtg7/files/patch-checkq.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/qmailmrtg7/files/patch-checkq.c b/mail/qmailmrtg7/files/patch-checkq.c new file mode 100644 index 000000000000..f9e0355cece1 --- /dev/null +++ b/mail/qmailmrtg7/files/patch-checkq.c @@ -0,0 +1,10 @@ +--- checkq.c.orig 2011-12-15 12:22:43.000000000 +0100 ++++ checkq.c 2011-12-15 12:23:47.000000000 +0100 +@@ -21,6 +21,7 @@ + #include <sys/stat.h> + #include <unistd.h> + #include <dirent.h> ++#include <string.h> + + int main(int argc, char *argv) + { |