mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
This program forces any tcp connection made by any given tcp client to follow through proxy (or proxy chain). It is a kind of proxifier. It acts like sockscap / permeo / eborder driver (intercepts TCP calls). PR: ports/53318 Submitted by: Patrick MARIE <mycroft@virgaria.org>
22 lines
483 B
Text
22 lines
483 B
Text
--- configure.old Sat Jun 14 15:08:33 2003
|
|
+++ configure Sat Jun 14 15:09:49 2003
|
|
@@ -807,6 +807,8 @@
|
|
|
|
VERSION=1.8.2
|
|
|
|
+PREFIX=$prefix
|
|
+
|
|
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
|
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
|
fi
|
|
@@ -816,6 +818,10 @@
|
|
|
|
cat >> confdefs.h <<EOF
|
|
#define VERSION "$VERSION"
|
|
+EOF
|
|
+
|
|
+cat >> confdefs.h <<EOF
|
|
+#define PREFIX "$PREFIX"
|
|
EOF
|
|
|
|
|