diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-03-08 16:34:46 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-03-08 16:34:46 +0000 |
commit | ec96d7c81007ae157e0019d217d3b3a8accbc03d (patch) | |
tree | a0b137cb4117c58e6f23c812829dc53936df773b /net/torsocks | |
parent | 39c3eb57979fcc3053f07ba541211b2dc29067cb (diff) | |
download | ports-ec96d7c81007ae157e0019d217d3b3a8accbc03d.tar.gz ports-ec96d7c81007ae157e0019d217d3b3a8accbc03d.zip |
Notes
Diffstat (limited to 'net/torsocks')
-rw-r--r-- | net/torsocks/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/torsocks/files/patch-Makefile.in b/net/torsocks/files/patch-Makefile.in new file mode 100644 index 000000000000..a3646e430fd8 --- /dev/null +++ b/net/torsocks/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2009-03-08 15:25:38.000000000 +0100 ++++ src/Makefile.in 2009-03-08 15:25:53.000000000 +0100 +@@ -132,7 +132,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = -ldl -lc -lresolv ++LIBS = -lc + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ |