summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c')
-rw-r--r--lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c b/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c
deleted file mode 100644
index 815f85ccf06..00000000000
--- a/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-config_auto__aux_gethostbyname.c,v 1.3 2015/12/29 23:34:53 dholland Exp $
-
-Fix gethostbyname support for NetBSD
-
---- config/auto-aux/gethostbyname.c.orig 2012-10-15 13:50:56.000000000 -0400
-+++ config/auto-aux/gethostbyname.c 2013-12-21 11:16:39.000000000 -0500
-@@ -19,6 +19,10 @@
- #include <sys/types.h>
- #include <netdb.h>
-
-+#ifdef __NetBSD__
-+#error "the test does not handle missing prototypes"
-+#endif
-+
- int main(int argc, char ** argv)
- {
- #if NUM_ARGS == 5