diff options
Diffstat (limited to 'net/torsocks/files/patch-Makefile.in')
-rw-r--r-- | net/torsocks/files/patch-Makefile.in | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/net/torsocks/files/patch-Makefile.in b/net/torsocks/files/patch-Makefile.in index 2d1fd7b0ccb1..a5c2b3b9d14d 100644 --- a/net/torsocks/files/patch-Makefile.in +++ b/net/torsocks/files/patch-Makefile.in @@ -1,17 +1,11 @@ ---- src/Makefile.in.orig 2009-11-08 06:39:45.000000000 -0600 -+++ src/Makefile.in 2010-10-02 15:56:22.000000000 -0500 -@@ -145,3 +145,3 @@ - LIBOBJS = @LIBOBJS@ --LIBS = -ldl -lc -lresolv -+LIBS = -lc - LIBTOOL = @LIBTOOL@ -@@ -207,3 +207,3 @@ +--- src/Makefile.in.orig 2011-10-24 23:23:39.000000000 +0300 ++++ src/Makefile.in 2011-11-09 12:41:22.805940562 +0200 +@@ -196,7 +196,7 @@ + includedir = @includedir@ + infodir = @infodir@ install_sh = @install_sh@ --libdir = @prefix@/lib/torsocks +-libdir = @libdir@/torsocks +libdir = @prefix@/lib libexecdir = @libexecdir@ -@@ -241,3 +241,3 @@ - usewithtorconfdir = $(CONFDIR)/ --usewithtorconf_DATA = torsocks.conf -+usewithtorconf_DATA = torsocks.conf.sample - + localedir = @localedir@ + localstatedir = @localstatedir@ |