~ruther/guix-local

ref: 4c6b48a69ff1c8be4b562defd5dfa1ccc8fe9003 guix-local/gnu/packages/patches/dante-non-darwin.patch -rw-r--r-- 483 bytes
4c6b48a6 — Maxim Cournoyer gnu: kdeplasma-addons: Update to 6.3.6. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Disable runtime check for Darwin so we don't have to substitute uname.
--- a/bin/socksify.in
+++ b/bin/socksify.in
@@ -65,11 +65,6 @@
     unset FULLPATH
 fi
 
-#use "FLAT_NAMESPACE" on Darwin in attempt to match LD_PRELOAD behavior
-if test x`uname` = xDarwin; then
-    export DYLD_FORCE_FLAT_NAMESPACE=t
-fi
-
 #dlib/Makefile.am libtool flags should produce a predictable library name
 #(ending in SOLIB_POSTFIX).
 LIBRARY="${SOCKS_LIBRARY:-${FULLPATH}libdsocks.@SOLIB_POSTFIX@}"