summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-aw
blob: deaf5767a57f474840a66faeaa798a5d9606e265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aw,v 1.3 2012/12/07 10:06:13 adam Exp $

--- src/network/kernel/qhostinfo_unix.cpp.orig	2010-06-02 02:03:17.000000000 +0000
+++ src/network/kernel/qhostinfo_unix.cpp
@@ -118,6 +118,8 @@ static void resolveLibrary()
         if (!local_res_nclose)
             local_res_ninit = 0;
     }
+    if (local_res_ninit)
+        local_res_init = 0;
 #endif
 }