]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - net-proxy/torsocks/files/suppress-warning-msgs.patch
net-proxy/torsocks: remove package, fix posted to the bug.
[mjo-overlay.git] / net-proxy / torsocks / files / suppress-warning-msgs.patch
diff --git a/net-proxy/torsocks/files/suppress-warning-msgs.patch b/net-proxy/torsocks/files/suppress-warning-msgs.patch
deleted file mode 100644 (file)
index 7470b9f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- torsocks-1.2.orig/src/torsocks.c   2011-10-25 17:49:50.000000000 -0400
-+++ torsocks-1.2/src/torsocks.c        2012-02-21 11:09:20.000000000 -0500
-@@ -124,9 +124,9 @@
- #define LOAD_ERROR(s,l) { \
-     const char *error; \
-     error = dlerror(); \
--    show_msg(l, "The symbol %s() was not found in any shared " \
--                     "library. The error reported was: %s!\n", s, \
--                     (error)?error:"not found"); \
-+    if (error) \
-+        show_msg(l, "The symbol %s() was not found in any shared " \
-+            "library. The error reported was: %s!\n", s, error); \
-     dlerror(); \
-     }
-     pthread_mutex_lock(&torsocks_init_mutex);