diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 16:14:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 16:14:51 +0000 |
commit | 0dd3838b5bc9df6ea8ac7ee7cf3fe4975a36fde7 (patch) | |
tree | 99807dc2a004838bbd79b4ebb4b6add0c5df927b /net/torsocks | |
parent | fb90d91fc8bcd1f48b4a6d073c7ea3ce4613c7ac (diff) | |
download | ports-0dd3838b5bc9df6ea8ac7ee7cf3fe4975a36fde7.tar.gz ports-0dd3838b5bc9df6ea8ac7ee7cf3fe4975a36fde7.zip |
- Synchronize .in and .am patches
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=246159
Diffstat (limited to 'net/torsocks')
-rw-r--r-- | net/torsocks/files/patch-Makefile.in | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/net/torsocks/files/patch-Makefile.in b/net/torsocks/files/patch-Makefile.in index a3646e430fd8..d8a54444b644 100644 --- a/net/torsocks/files/patch-Makefile.in +++ b/net/torsocks/files/patch-Makefile.in @@ -1,11 +1,20 @@ ---- 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@ +--- src/Makefile.in.orig 2009-11-08 13:39:45.000000000 +0100 ++++ src/Makefile.in 2009-12-18 17:12:56.000000000 +0100 +@@ -143,7 +143,7 @@ + LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ -LIBS = -ldl -lc -lresolv +LIBS = -lc LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ - LN_S = @LN_S@ + LIPO = @LIPO@ +@@ -239,7 +239,7 @@ + + # Install configuration file + usewithtorconfdir = $(CONFDIR)/ +-usewithtorconf_DATA = torsocks.conf ++usewithtorconf_DATA = torsocks.conf.sample + + # Install invocation scripts + bin_SCRIPTS = torsocks usewithtor |