diff options
author | pav <pav@FreeBSD.org> | 2009-12-19 00:14:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-19 00:14:51 +0800 |
commit | cfab2d49c95b9ce8b17acd98cce3661ea24d6370 (patch) | |
tree | 8286ba7ac60224ce7be4e5e64fa94a0c80fd836a /net | |
parent | 725a283968ab926c255c857898c98b37ad3d21bd (diff) | |
download | freebsd-ports-gnome-cfab2d49c95b9ce8b17acd98cce3661ea24d6370.tar.gz freebsd-ports-gnome-cfab2d49c95b9ce8b17acd98cce3661ea24d6370.tar.zst freebsd-ports-gnome-cfab2d49c95b9ce8b17acd98cce3661ea24d6370.zip |
- Synchronize .in and .am patches
Reported by: QAT
Diffstat (limited to 'net')
-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 |