summaryrefslogtreecommitdiff
path: root/devel/distcc/patches/patch-src_dotd.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/distcc/patches/patch-src_dotd.c')
-rw-r--r--devel/distcc/patches/patch-src_dotd.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/distcc/patches/patch-src_dotd.c b/devel/distcc/patches/patch-src_dotd.c
deleted file mode 100644
index 49043fd1e50..00000000000
--- a/devel/distcc/patches/patch-src_dotd.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_dotd.c,v 1.1 2013/02/03 13:56:17 schmonz Exp $
-
-Use system vsnprintf() as intended (fixes build on OS X 10.6).
-
---- src/dotd.c.orig 2008-12-02 21:50:25.000000000 +0000
-+++ src/dotd.c
-@@ -18,6 +18,8 @@
- * USA.
- */
-
-+#include <config.h>
-+
- #include <stdio.h>
- #include <string.h>
- #include <stdlib.h>