ports/net/proxychains/files/patch-::configure
Edwin Groothuis 5f87cef0b9 New port, proxychains 1.8.2
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>
2003-10-10 05:37:58 +00:00

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