SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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