SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
net/dsocks/patches/patch-dsocks_sh
Normal file
11
net/dsocks/patches/patch-dsocks_sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- dsocks.sh.orig Sun Jan 1 17:53:33 2017
|
||||
+++ dsocks.sh Sun Jan 1 17:54:31 2017
|
||||
@@ -18,7 +18,7 @@ if [ `uname -s` = "Darwin" ]; then
|
||||
LIBDSOCKS=/usr/local/lib/libdsocks.dylib
|
||||
DYLD_INSERT_LIBRARIES=$LIBDSOCKS DYLD_FORCE_FLAT_NAMESPACE=1 exec "$@"
|
||||
else
|
||||
- LIBDSOCKS=/usr/local/lib/libdsocks.so.1.0
|
||||
+ LIBDSOCKS=${PREFIX}/lib/libdsocks.so.${LIBdsocks_VERSION}
|
||||
LD_PRELOAD=$LIBDSOCKS exec "$@"
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue