aboutsummaryrefslogtreecommitdiff
path: root/mail/qmailmrtg7
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-12-15 11:25:41 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-12-15 11:25:41 +0000
commit41f8a91393099d8f0da4c9ee37f195e50b7d2184 (patch)
treeb6c6e725a4648b22f143a627b427b2eeff4e4028 /mail/qmailmrtg7
parent2a106d7bc36c3bfa77944008334e042f93acf7c6 (diff)
downloadports-41f8a91393099d8f0da4c9ee37f195e50b7d2184.tar.gz
ports-41f8a91393099d8f0da4c9ee37f195e50b7d2184.zip
Fix build with clang.
Notes
Notes: svn path=/head/; revision=287430
Diffstat (limited to 'mail/qmailmrtg7')
-rw-r--r--mail/qmailmrtg7/files/patch-checkq.c10
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)
+ {