summaryrefslogtreecommitdiff
path: root/x11/qt2-libs/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt2-libs/patches/patch-aq')
-rw-r--r--x11/qt2-libs/patches/patch-aq13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/qt2-libs/patches/patch-aq b/x11/qt2-libs/patches/patch-aq
deleted file mode 100644
index c911b4eb6a4..00000000000
--- a/x11/qt2-libs/patches/patch-aq
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aq,v 1.1 2005/10/04 19:34:36 joerg Exp $
-
---- src/network/qsocketdevice_unix.cpp.orig 2005-07-30 23:19:35.000000000 +0000
-+++ src/network/qsocketdevice_unix.cpp
-@@ -150,6 +150,8 @@ typedef unsigned long u_long;
- #if defined(_OS_LINUX_) && defined(__GLIBC__) && ( __GLIBC__ >= 2 )
- // new linux is Single Unix 1998, not old linux
- #define SOCKLEN_T socklen_t
-+#elif defined(__DragonFly__)
-+#define SOCKLEN_T socklen_t
- #elif defined(BSD4_4)
- // BSD 4.4
- # if defined(_OS_FREEBSD_) && __FreeBSD_version < 400000