summaryrefslogtreecommitdiff
path: root/x11/efltk/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/efltk/patches/patch-aa')
-rw-r--r--x11/efltk/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/efltk/patches/patch-aa b/x11/efltk/patches/patch-aa
new file mode 100644
index 00000000000..54762e3cb9d
--- /dev/null
+++ b/x11/efltk/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/09/02 14:41:37 xtraeme Exp $
+
+--- src/net/Fl_FTP_Connect.cpp.orig 2005-09-02 01:42:56.000000000 +0200
++++ src/net/Fl_FTP_Connect.cpp 2005-09-02 01:43:22.000000000 +0200
+@@ -1,6 +1,8 @@
+ #include <efltk/net/Fl_FTP_Connect.h>
+ #include <stdio.h>
+-#ifdef __linux__
++#include <sys/param.h>
++
++#if defined(__linux__) || defined(BSD)
+ # include <netinet/in.h>
+ #endif
+